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

25 lines
782 B
XML
Raw Permalink 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="true"
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 Integration Tests">
<directory suffix="Test.php">./integration</directory>
2022-03-12 07:02:51 +08:00
<exclude>./integration/tmp</exclude>
2022-01-05 07:27:04 +08:00
</testsuite>
</testsuites>
</phpunit>