Download the PHP package adamquaile/behat-php-server-extension without Composer
On this page you can find all versions of the php package adamquaile/behat-php-server-extension. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download adamquaile/behat-php-server-extension
More information about adamquaile/behat-php-server-extension
Files in adamquaile/behat-php-server-extension
Download adamquaile/behat-php-server-extension
More information about adamquaile/behat-php-server-extension
Files in adamquaile/behat-php-server-extension
Vendor adamquaile
Package behat-php-server-extension
Short Description Extension to run PHP's built-in web server during tests
License
Package behat-php-server-extension
Short Description Extension to run PHP's built-in web server during tests
License
Please rate this library. Is it a good library?
Informations about the package behat-php-server-extension
PHP Server Behat Extension
This is a proof-of-concept - use with caution!
Extension to run PHP's built-in web server during tests
Installation
Require package adamquaile/behat-php-server-extension
via composer:
composer require --dev "adamquaile/behat-php-server-extension *@dev"
Add configuration to your behat.yml
(the host
and router
keys are optional; the default host will be localhost:8000
):
default:
extensions:
AdamQuaile\Behat\PhpServerExtension:
host: 0.0.0.0:8080
docroot: ./web
router: app/router_test.php
All versions of behat-php-server-extension with dependencies
PHP Build Version
Package Version
The package adamquaile/behat-php-server-extension contains the following files
Loading the files please wait ....