Issue
In composer.json file php unit is added
"phpunit/phpunit": "^9.5",
I am just trying to run a test script in cmd
In project folder I have given command
vendor/bin/phpunit
Getting below result
How I will run test script using php unit in cakephp application ? My cakephp version : 4.x
Solution
In windows you have to write the command by back slash not by forward slash.
project>vendor\bin\phpunit
Answered By - Alimon Karim
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.