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 -

Socket.connect doesn't throw exception in Android -

iphone - How do I keep MDScrollView from truncating my row headers and making my cells look bad? -