Skip to content

Commit e9d98e5

Browse files
committed
Faster way of running tests
1 parent 996ad98 commit e9d98e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ vendor/bin/phpstan analyse --debug
3030
## Running tests
3131

3232
```bash
33-
vendor/bin/phpunit
33+
make tests
3434
```
3535

3636
Rules are tested using `PHPStan\Testing\RuleTestCase`, type extensions with `PHPStan\Testing\TypeInferenceTestCase`.

0 commit comments

Comments
 (0)