Add ScandalousTest

This commit is contained in:
2026-06-06 10:23:16 +02:00
parent ebf977cf48
commit 0eb94ccf55
5 changed files with 1955 additions and 3 deletions

16
phpunit.xml Normal file
View File

@@ -0,0 +1,16 @@
<?xml version="1.0"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
bootstrap="vendor/autoload.php"
colors="true">
<testsuites>
<testsuite name="Tests">
<directory>tests</directory>
</testsuite>
</testsuites>
<source>
<include>
<directory>src</directory>
</include>
</source>
</phpunit>