Skip to content

Commit 1edcc9a

Browse files
committed
Fix tests.md
1 parent 87f7522 commit 1edcc9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ You can use these commands to do more specific tasks.
3131
./vendor/bin/codecept run integration
3232
3333
# run specific test
34-
./vendor/bin/codecept tests/unit/src/FooTest.php
34+
./vendor/bin/codecept run tests/unit/src/FooTest.php
3535
```
3636

3737
Testing with Nette 2.2

0 commit comments

Comments
 (0)