Rename public directory

This commit is contained in:
Björn Fromme
2019-06-06 09:53:25 +02:00
parent 5ea4db814e
commit a299c7ccce
968 changed files with 35 additions and 35 deletions
@@ -0,0 +1,25 @@
<phpunit bootstrap="./Tests/bootstrap.php"
backupGlobals="false"
backupStaticAttributes="false"
colors="false"
convertErrorsToExceptions="true"
convertWarningsToExceptions="true"
forceCoversAnnotation="false"
processIsolation="false"
stopOnError="false"
stopOnFailure="false"
stopOnIncomplete="false"
stopOnSkipped="false"
verbose="false">
<testsuites>
<testsuite name="unit">
<directory>Tests</directory>
</testsuite>
</testsuites>
<filter>
<whitelist>
<directory>Classes</directory>
</whitelist>
</filter>
</phpunit>