Files
faveo/vendor/danielstjules/stringy/phpunit.xml.dist
Bhanu Slathia b1f62846ab Update v1.0.6
2016-02-16 23:24:52 +05:30

15 lines
448 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<phpunit processIsolation="false"
stopOnFailure="false"
syntaxCheck="false">
<testsuites>
<testsuite name="Stringy">
<file>tests/CommonTest.php</file>
<file>tests/StringyTest.php</file>
<file>tests/StaticStringyTest.php</file>
<file phpVersion="5.6.0">tests/CreateTest.php</file>
</testsuite>
</testsuites>
</phpunit>