diff options
Diffstat (limited to 'tests/phpunit/suite.xml')
-rw-r--r-- | tests/phpunit/suite.xml | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/tests/phpunit/suite.xml b/tests/phpunit/suite.xml deleted file mode 100644 index 56f64477..00000000 --- a/tests/phpunit/suite.xml +++ /dev/null @@ -1,49 +0,0 @@ -<?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="10" - timeoutForMediumTests="30" - timeoutForLargeTests="60" - strict="true" - verbose="true"> - <testsuites> - <testsuite name="includes"> - <directory>includes</directory> - </testsuite> - <testsuite name="languages"> - <directory>languages</directory> - </testsuite> - <testsuite name="skins"> - <directory>skins</directory> - </testsuite> - <!-- As there is a class Maintenance, we cannot use the - name "maintenance" directly --> - <testsuite name="maintenance_suite"> - <directory>maintenance</directory> - </testsuite> - <testsuite name="structure"> - <file>StructureTest.php</file> - </testsuite> - <testsuite name="uploadfromurl"> - <file>suites/UploadFromUrlTestSuite.php</file> - </testsuite> - <testsuite name="extensions"> - <file>suites/ExtensionsTestSuite.php</file> - </testsuite> - </testsuites> - <groups> - <exclude> - <group>Utility</group> - <group>Broken</group> - <group>ParserFuzz</group> - <group>Stub</group> - </exclude> - </groups> -</phpunit> |