7 lines
181 B
Plaintext
7 lines
181 B
Plaintext
|
<phpunit bootstrap="vendor/autoload.php" colors="true">
|
||
|
<testsuites>
|
||
|
<testsuite name="Morphism">
|
||
|
<directory>tests</directory>
|
||
|
</testsuite>
|
||
|
</testsuites>
|
||
|
</phpunit>
|