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 5f2a3cc commit b7da1ffCopy full SHA for b7da1ff
README.md
@@ -13,7 +13,7 @@ jppm add tester -dev
13
```
14
15
2. Create `tests` directory in root of your package dir.
16
-3. Create your first test class, e.g:
+3. Create your first test class, e.g `tests/SimpleTest.php`:
17
18
```php
19
use tester\{TestCase, Assert};
0 commit comments