1
0
mirror of https://github.com/danielstjules/Stringy.git synced 2025-09-02 17:42:58 +02:00

Start work on library

This commit is contained in:
Daniel St. Jules
2013-07-10 02:35:51 -04:00
parent f7e12a41b9
commit fa13bfb4bb
6 changed files with 382 additions and 1 deletions

11
phpunit.xml.dist Normal file
View File

@@ -0,0 +1,11 @@
<?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>