8 lines
171 B
XML
8 lines
171 B
XML
<phpunit bootstrap="vendor/autoload.php">
|
|
<testsuites>
|
|
<testsuite name="parser">
|
|
<file>tests/ParserTest.php</file>
|
|
</testsuite>
|
|
</testsuites>
|
|
</phpunit>
|