aboutsummaryrefslogtreecommitdiffstats
path: root/phpunit.xml.dist
diff options
context:
space:
mode:
authorIgor Wiedler <igor@wiedler.ch>2013-07-12 14:42:26 -0400
committerIgor Wiedler <igor@wiedler.ch>2013-07-12 14:42:26 -0400
commita1a5a636b17f14fb3c09febe0607782f99cc7db1 (patch)
treec5756e898e1fb4ff3da459b2aeb5f17c9228be75 /phpunit.xml.dist
parent67c10ca622139ad5227e32153b44765a58f497d1 (diff)
downloadforums-a1a5a636b17f14fb3c09febe0607782f99cc7db1.tar
forums-a1a5a636b17f14fb3c09febe0607782f99cc7db1.tar.gz
forums-a1a5a636b17f14fb3c09febe0607782f99cc7db1.tar.bz2
forums-a1a5a636b17f14fb3c09febe0607782f99cc7db1.tar.xz
forums-a1a5a636b17f14fb3c09febe0607782f99cc7db1.zip
[ticket/11668] Run lint test at the end of the test suite
The lint test is very slow. Running it at the end should speed up the development cycle. PHPBB3-11668
Diffstat (limited to 'phpunit.xml.dist')
-rw-r--r--phpunit.xml.dist4
1 files changed, 4 insertions, 0 deletions
diff --git a/phpunit.xml.dist b/phpunit.xml.dist
index f8bf063d9a..4c91f8e373 100644
--- a/phpunit.xml.dist
+++ b/phpunit.xml.dist
@@ -15,6 +15,10 @@
<testsuite name="phpBB Test Suite">
<directory suffix="_test.php">./tests/</directory>
<exclude>./tests/functional</exclude>
+ <exclude>tests/lint_test.php</exclude>
+ </testsuite>
+ <testsuite name="phpBB Lint Test">
+ <file>tests/lint_test.php</file>
</testsuite>
<testsuite name="phpBB Functional Tests">
<directory suffix="_test.php" phpVersion="5.3.0" phpVersionOperator=">=">./tests/functional</directory>