We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aa1e86 commit ff2fa76Copy full SHA for ff2fa76
README.md
@@ -3,12 +3,12 @@
3
4
How to run test:
5
6
- C:\wamp64\www\new-php-rpg-hero-game>vendor\bin\phpunit --verbose test\GameTest
+ C:\wamp64\www\new-php-rpg-hero-game>vendor\bin\phpunit --verbose tests\GameTest
7
8
cd \wamp64\www\new-php-rpg-hero-game
9
10
- vendor\bin\phpunit --verbose test\GameTest
+ vendor\bin\phpunit --verbose tests\GameTest
11
12
Comand to run all tests at once:
13
14
- vendor\bin\phpunit --verbose test
+ vendor\bin\phpunit --verbose tests
0 commit comments