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

Start using PSR-4

This commit is contained in:
Daniel St. Jules
2014-02-11 23:04:11 -05:00
parent edaf567a13
commit b3e922c517
8 changed files with 12 additions and 8 deletions

View File

@@ -5,7 +5,7 @@
syntaxCheck="false">
<testsuites>
<testsuite name="Stringy">
<directory>tests/Stringy</directory>
<directory>tests</directory>
</testsuite>
</testsuites>
</phpunit>