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

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -