Parallelise

This commit is contained in:
Jake Barnby
2026-01-10 21:25:06 +13:00
parent f797ae3ac6
commit 1a22c281f5
9 changed files with 571 additions and 478 deletions
+6 -6
View File
@@ -1,15 +1,15 @@
<phpunit backupGlobals="false"
backupStaticAttributes="false"
<?xml version="1.0" encoding="UTF-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
backupGlobals="false"
bootstrap="app/init.php"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
cacheDirectory=".phpunit.cache"
>
<extensions>
<extension class="Appwrite\Tests\TestHook" />
<bootstrap class="Appwrite\Tests\TestHook" />
</extensions>
<testsuites>
<testsuite name="unit">