✔️ add UnitTests

This commit is contained in:
Marc Michalsky forumZFD 2021-04-13 00:20:13 +02:00
parent 7b30a75014
commit 1954f90f79
Signed by untrusted user who does not match committer: marc.koch
GPG key ID: 12406554CFB028B9
4 changed files with 417 additions and 2 deletions

View file

@ -1,7 +1,7 @@
<?xml version="1.0"?>
<phpunit backupGlobals="false" backupStaticAttributes="false" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false" syntaxCheck="false" bootstrap="tests/phpunit/bootstrap.php">
<phpunit backupGlobals="false" backupStaticAttributes="false" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="false" convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false" syntaxCheck="false" bootstrap="tests/phpunit/bootstrap.php">
<testsuites>
<testsuite name="My Test Suite">
<testsuite name="TwingleCampaign Suite">
<directory>./tests/phpunit</directory>
</testsuite>
</testsuites>