first commit

This commit is contained in:
2023-09-12 21:41:04 +02:00
commit 3361a7f053
13284 changed files with 2116755 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false"
backupStaticAttributes="false"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
syntaxCheck="false"
bootstrap="tests/bootstrap.php"
>
<php>
<const name="GIT_BINARY" value="/usr/bin/git"/>
<const name="TEST_REPO_PATH" value="false"/>
</php>
<testsuites>
<testsuite name="TEQneers Git Streamwrapper Test Suite">
<directory>./tests/TQ/</directory>
</testsuite>
</testsuites>
<filter>
<whitelist>
<directory>./src/TQ/</directory>
</whitelist>
</filter>
</phpunit>