2025-06-17 15:53:26 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2025-06-18 17:02:51 +00:00
|
|
|
<phpunit
|
|
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
|
bootstrap="vendor/autoload.php"
|
|
|
|
|
colors="true"
|
|
|
|
|
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.4/phpunit.xsd"
|
|
|
|
|
>
|
|
|
|
|
<source>
|
|
|
|
|
<include>
|
|
|
|
|
<directory suffix=".php">src/</directory>
|
|
|
|
|
</include>
|
|
|
|
|
</source>
|
|
|
|
|
<testsuites>
|
|
|
|
|
<testsuite name="Permissions Test Suite">
|
|
|
|
|
<directory>tests</directory>
|
|
|
|
|
</testsuite>
|
|
|
|
|
</testsuites>
|
|
|
|
|
<php>
|
|
|
|
|
<env name="CACHE_DRIVER" value="array"/>
|
|
|
|
|
<ini name="memory_limit" value="512M"/>
|
|
|
|
|
</php>
|
2025-06-17 15:53:26 +00:00
|
|
|
</phpunit>
|