mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-19 04:59:27 +00:00
14 lines
416 B
XML
14 lines
416 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<phpunit bootstrap="index.phpunit.php">
|
|
<testsuites>
|
|
<testsuite name="BookmarkTest">
|
|
<directory>system/UnitTests/api/</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
<php>
|
|
<ini name="display_errors" value="1"/>
|
|
<ini name="display_startup_errors" value="1" />
|
|
<const name="PHPUNIT_TEST" value="1" />
|
|
</php>
|
|
</phpunit>
|