mirror of
https://github.com/danielstjules/Stringy.git
synced 2025-08-18 02:51:19 +02:00
12 lines
286 B
XML
12 lines
286 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<phpunit processIsolation="false"
|
|
stopOnFailure="false"
|
|
syntaxCheck="false">
|
|
<testsuites>
|
|
<testsuite name="Stringy">
|
|
<directory>tests/Stringy</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
</phpunit>
|