1
0
mirror of https://github.com/danielstjules/Stringy.git synced 2025-08-21 04:21:25 +02:00
Files
stringy/phpunit.xml.dist
Daniel St. Jules b3e922c517 Start using PSR-4
2014-02-12 19:02:19 -05:00

12 lines
278 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<phpunit processIsolation="false"
stopOnFailure="false"
syntaxCheck="false">
<testsuites>
<testsuite name="Stringy">
<directory>tests</directory>
</testsuite>
</testsuites>
</phpunit>