9 lines
242 B
Plaintext
9 lines
242 B
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<phpunit colors="true" bootstrap="vendor/autoload.php">
|
||
|
<testsuites>
|
||
|
<testsuite name="PHPUnit">
|
||
|
<directory>test/HTML5/</directory>
|
||
|
</testsuite>
|
||
|
</testsuites>
|
||
|
</phpunit>
|