2022-06-08 15:04:59 +09:00
|
|
|
<phpunit
|
|
|
|
|
colors="true"
|
2025-01-21 10:48:41 +09:00
|
|
|
verbose="false"
|
2022-06-08 15:04:59 +09:00
|
|
|
>
|
2022-06-13 18:09:52 +09:00
|
|
|
<!-- Below removes final from classes for mock tests -->
|
|
|
|
|
<extensions>
|
|
|
|
|
<extension class="test\phpUnit\Hook\BypassFinalHook" file="test/phpUnit/Hook/BypassFinalHook.php" />
|
|
|
|
|
</extensions>
|
2024-05-22 17:27:20 +09:00
|
|
|
<testsuites>
|
|
|
|
|
<testsuite name="unit">
|
|
|
|
|
<directory>test/phpUnit/</directory>
|
|
|
|
|
</testsuite>
|
|
|
|
|
</testsuites>
|
2022-06-08 15:04:59 +09:00
|
|
|
</phpunit>
|