mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 20:29:29 +00:00
12 lines
322 B
XML
12 lines
322 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<phpunit bootstrap="testbootstrap.php">
|
|
<testsuites>
|
|
<testsuite name="BookmarkTest">
|
|
<directory>./system/IntegrationTests/api/</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
<php>
|
|
<server name="CI_ENV" value="testing"/>
|
|
</php>
|
|
</phpunit>
|