tempfilelib/phpunit.xml
2024-09-29 21:21:48 -04:00

11 lines
310 B
XML

<phpunit bootstrap="bootstrap.php">
<testsuites>
<testsuite name="TempFile Test Suite">
<directory>tests</directory>
</testsuite>
</testsuites>
<php>
<ini name="error_reporting" value="-1"/>
<server name="KERNEL_DIR" value="app/"/>
</php>
</phpunit>