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
Post a Comment