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"> <phpunit bootstrap="vendor/autoload.php">
<testsuites> <testsuites>
<testsuite name="parser"> <testsuite name="logseq2gemtext">
<file>tests/ParserTest.php</file> <directory>tests</directory>
</testsuite> </testsuite>
</testsuites> </testsuites>
</phpunit> </phpunit>