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

android - Inheriting from Theme.AppCompat* -

broadcastreceiver - android BOOT_COMPLETED not received if not activity intent-filter -

basic authentication with http post params android -