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

.htaccess - First slash is removed after domain when entering a webpage in the browser -

Socket.connect doesn't throw exception in Android -

SPSS keyboard combination alters encoding -