framework/extensions/akismet/tests/phpunit.unit.xml

24 lines
719 B
XML
Raw Normal View History

2022-01-05 07:27:04 +08:00
<?xml version="1.0" encoding="UTF-8"?>
<phpunit
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd"
2022-01-05 07:27:04 +08:00
backupGlobals="false"
cacheDirectory=".phpunit.cache"
backupStaticProperties="false"
2022-01-05 07:27:04 +08:00
colors="true"
processIsolation="false"
stopOnFailure="false"
bootstrap="../../../php-packages/testing/bootstrap/monorepo.php"
2022-01-05 07:27:04 +08:00
>
<source>
2022-01-05 07:27:04 +08:00
<include>
<directory suffix=".php">../src/</directory>
</include>
</source>
2022-01-05 07:27:04 +08:00
<testsuites>
<testsuite name="Flarum Unit Tests">
<directory suffix="Test.php">./unit</directory>
</testsuite>
</testsuites>
</phpunit>