Add first tests

This commit is contained in:
2020-04-16 18:02:46 +02:00
parent 0952cf2db3
commit 02ad4f286e
14 changed files with 1958 additions and 58 deletions

5
phpunit.xml Normal file
View File

@@ -0,0 +1,5 @@
<testsuites>
<testsuite name="ShikiryuBackup">
<directory>/test/**/*Test.php</directory>
</testsuite>
</testsuites>