php - Executing path for PHPUnit -


i have installed phpunit using composer. application has unit test cases. project folder when "phpunit" gives me error saying phpunit not found..but if "./vendor/bin/phpunit" work. idea how fix ?

you need add phpunit path. include ./vendor/bin/phpunit path environment (to searched when looking programs) in os.


Comments

Popular posts from this blog

basic authentication with http post params android -

vb.net - Virtual Keyboard commands -

How to get multiresult with multicondition in Sql Server -