1
0
mirror of https://github.com/danielstjules/Stringy.git synced 2025-08-18 02:51:19 +02:00
Files
stringy/phpunit.xml.dist
2013-07-10 15:20:52 -04:00

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>