Skip to content

Commit e9f2fdb

Browse files
committed
docs: how to run a single test
1 parent c8879bd commit e9f2fdb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Hacking.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@
2323
make test_engine &
2424
make test
2525
```
26+
27+
Run one single test:
28+
29+
```sh
30+
vendor/bin/phpunit --filter testInitializeWithString test/QueryTest.php
31+
```
2632

2733
* `make doc` to build documentation (should running on PHP < 7.2)
2834

0 commit comments

Comments
 (0)