Skip to content

Commit ff2fa76

Browse files
Update README.md
1 parent 1aa1e86 commit ff2fa76

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33

44
How to run test:
55

6-
C:\wamp64\www\new-php-rpg-hero-game>vendor\bin\phpunit --verbose test\GameTest
6+
C:\wamp64\www\new-php-rpg-hero-game>vendor\bin\phpunit --verbose tests\GameTest
77

88
cd \wamp64\www\new-php-rpg-hero-game
99

10-
vendor\bin\phpunit --verbose test\GameTest
10+
vendor\bin\phpunit --verbose tests\GameTest
1111

1212
Comand to run all tests at once:
1313

14-
vendor\bin\phpunit --verbose test
14+
vendor\bin\phpunit --verbose tests

0 commit comments

Comments
 (0)