1
0
mirror of https://github.com/danielstjules/Stringy.git synced 2025-01-16 20:08:14 +01:00
stringy/phpunit.xml.dist

15 lines
443 B
Plaintext
Raw Permalink Normal View History

2013-07-10 02:35:51 -04:00
<?xml version="1.0" encoding="UTF-8"?>
2015-12-26 17:19:24 +01:00
<phpunit bootstrap="vendor/autoload.php"
processIsolation="false"
2013-07-10 02:35:51 -04:00
stopOnFailure="false"
syntaxCheck="false">
<testsuites>
<testsuite name="Stringy">
<file>tests/StringyTest.php</file>
<file>tests/StaticStringyTest.php</file>
<file phpVersion="5.6.0">tests/CreateTest.php</file>
2013-07-10 02:35:51 -04:00
</testsuite>
</testsuites>
</phpunit>