aboutsummaryrefslogtreecommitdiffstats
path: root/phpunit.xml.functional
diff options
context:
space:
mode:
Diffstat (limited to 'phpunit.xml.functional')
-rw-r--r--phpunit.xml.functional4
1 files changed, 4 insertions, 0 deletions
diff --git a/phpunit.xml.functional b/phpunit.xml.functional
index 99f11477aa..3a3d653b47 100644
--- a/phpunit.xml.functional
+++ b/phpunit.xml.functional
@@ -14,6 +14,10 @@
<testsuites>
<testsuite name="phpBB Test Suite">
<directory suffix="_test.php">./tests/</directory>
+ <exclude>tests/lint_test.php</exclude>
+ </testsuite>
+ <testsuite name="phpBB Lint Test">
+ <file>tests/lint_test.php</file>
</testsuite>
</testsuites>