Skip to content

Commit cbe0172

Browse files
committed
README.md update
Example PHPUnit command to run all tests
1 parent 65af9d8 commit cbe0172

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ Run [src/example.php](src/example.php) and check your database
3838
Run [test/SessionHandlerTest.php](test/SessionHandlerTest.php) and [test/SessionDBTest.php](test/SessionDBTest.php) with PHPUnit
3939

4040
```
41-
$ phpunit test/SessionHandlerTest.php
42-
$ phpunit test/SessionDBTest.php
41+
$ phpunit test
4342
```
4443

4544
## Author

0 commit comments

Comments
 (0)