aboutsummaryrefslogtreecommitdiffstats
path: root/phpunit.xml.all
diff options
context:
space:
mode:
Diffstat (limited to 'phpunit.xml.all')
-rw-r--r--phpunit.xml.all4
1 files changed, 4 insertions, 0 deletions
diff --git a/phpunit.xml.all b/phpunit.xml.all
index 3639843771..d47864e104 100644
--- a/phpunit.xml.all
+++ b/phpunit.xml.all
@@ -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>