Page MenuHomeWickedGov Phorge

echo.suite.xml
No OneTemporary

Size
771 B
Referenced Files
None
Subscribers
None

echo.suite.xml

<?xml version="1.0" encoding="UTF-8"?>
<!-- colors don't work on Windows! -->
<phpunit bootstrap="bootstrap.php"
colors="true"
backupGlobals="false"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
stopOnFailure="false"
timeoutForSmallTests="2"
timeoutForMediumTests="10"
timeoutForLargeTests="60"
strict="true"
verbose="true">
<testsuites>
<testsuite name="extensions">
<!-- assumes extension is installed to mediawiki/extensions/Echo -->
<file>../../../tests/phpunit/suites/ExtensionsTestSuite.php</file>
</testsuite>
</testsuites>
<groups>
<exclude>
<group>Utility</group>
<group>Broken</group>
<group>ParserFuzz</group>
<group>Stub</group>
</exclude>
</groups>
</phpunit>

File Metadata

Mime Type
text/xml
Expires
Wed, Aug 19, 03:37 (1 w, 1 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
74/56/fe4e0bb0d1d1e69bafba23e0fec2
Default Alt Text
echo.suite.xml (771 B)

Event Timeline