php - PHPSpec loads file but not directory -
this commands works (specify file):
./vendor/bin/phpspec.php spec/model/entity/describecustomer.php -f d -c --bootstrap module/application/tests/bootstrap.php but using directory not:
./vendor/bin/phpspec.php spec/ -f d -c --bootstrap module/application/tests/bootstrap.php composer file
"require-dev": { "phpspec/phpspec": "*" } version
./vendor/bin/phpspec.php --version 1.4.2
Comments
Post a Comment