chore(test): swap phpunit local/docker

This commit is contained in:
2025-11-23 00:10:54 +02:00
parent 20414f4796
commit 2af720cde1
4 changed files with 35 additions and 32 deletions

14
tests/phpunit.docker.xml Normal file
View File

@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
bootstrap="bootstrap.php"
timeoutForSmallTests="900"
timeoutForMediumTests="900"
timeoutForLargeTests="900"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd"
colors="true">
<testsuites>
<testsuite name="Forum Tests">
<directory suffix="Test.php">.</directory>
</testsuite>
</testsuites>
</phpunit>