From a1a5a636b17f14fb3c09febe0607782f99cc7db1 Mon Sep 17 00:00:00 2001 From: Igor Wiedler Date: Fri, 12 Jul 2013 14:42:26 -0400 Subject: [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 --- phpunit.xml.dist | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'phpunit.xml.dist') 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 @@ ./tests/ ./tests/functional + tests/lint_test.php + + + tests/lint_test.php ./tests/functional -- cgit v1.2.1