Include all tests in phpunit.xml

This commit is contained in:
Annika Backstrom 2022-05-24 21:56:29 +01:00
parent 577ab07e34
commit 99f5d1e660
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
<phpunit bootstrap="vendor/autoload.php">
<testsuites>
<testsuite name="parser">
<file>tests/ParserTest.php</file>
<testsuite name="logseq2gemtext">
<directory>tests</directory>
</testsuite>
</testsuites>
</phpunit>