13 lines
213 B
XML
13 lines
213 B
XML
<phpunit
|
|
bootstrap="Tests/bootstrap.php"
|
|
colors="true"
|
|
>
|
|
|
|
<testsuites>
|
|
<testsuite name="SemVer">
|
|
<directory>Tests</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
|
|
</phpunit>
|