adamquaile/behat-php-server-extension
最新稳定版本:v0.2.0
Composer 安装命令:
composer require adamquaile/behat-php-server-extension
包简介
Extension to run PHP's built-in web server during tests
README 文档
README
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
统计信息
- 总下载量: 7.39k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2014-10-14