此命令有效(指定文件):
./vendor/bin/phpspec.php Spec/Model/Entity/DescribeCustomer.php -f d -c --bootstrap module/Application/tests/Bootstrap.php
但是使用目录不会:
./vendor/bin/phpspec.php Spec/ -f d -c --bootstrap module/Application/tests/Bootstrap.php
作曲家文件
"require-dev": {
"phpspec/phpspec": "*"
}
版本
./vendor/bin/phpspec.php --version
1.4.2