mirror of
https://github.com/chenasraf/nextcloud-forum.git
synced 2026-05-18 01:28:58 +00:00
15 lines
496 B
XML
15 lines
496 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
bootstrap="bootstrap.php"
|
|
timeoutForSmallTests="900"
|
|
timeoutForMediumTests="900"
|
|
timeoutForLargeTests="900"
|
|
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd"
|
|
colors="true">
|
|
<testsuites>
|
|
<testsuite name="Forum Tests">
|
|
<directory suffix="Test.php">.</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
</phpunit>
|