summaryrefslogtreecommitdiff
path: root/tests/phpunit/suite.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/phpunit/suite.xml')
-rw-r--r--tests/phpunit/suite.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/phpunit/suite.xml b/tests/phpunit/suite.xml
index 574c11e4..1acbc241 100644
--- a/tests/phpunit/suite.xml
+++ b/tests/phpunit/suite.xml
@@ -39,6 +39,7 @@ phpunit.php enables colors for other OSs at runtime
<file>suites/UploadFromUrlTestSuite.php</file>
</testsuite>
<testsuite name="extensions">
+ <directory>structure</directory>
<file>suites/ExtensionsTestSuite.php</file>
<file>suites/ExtensionsParserTestSuite.php</file>
<file>suites/LessTestSuite.php</file>
@@ -57,7 +58,6 @@ phpunit.php enables colors for other OSs at runtime
<directory suffix=".php">../../includes</directory>
<directory suffix=".php">../../languages</directory>
<directory suffix=".php">../../maintenance</directory>
- <directory suffix=".php">../../resources</directory>
<directory suffix=".php">../../skins</directory>
</whitelist>
</filter>