aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lint_test.php
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2013-11-29 10:50:38 +0100
committerAndreas Fischer <bantu@phpbb.com>2013-11-29 10:50:38 +0100
commit97b1d70a37f77e54315197c7ad582890cf144b9f (patch)
tree3ad50e199562bb3f2425440fb5ddcc47c53d448d /tests/lint_test.php
parentafb4585dd904de6f5ce4be2607cc90d0cb9def09 (diff)
downloadforums-97b1d70a37f77e54315197c7ad582890cf144b9f.tar
forums-97b1d70a37f77e54315197c7ad582890cf144b9f.tar.gz
forums-97b1d70a37f77e54315197c7ad582890cf144b9f.tar.bz2
forums-97b1d70a37f77e54315197c7ad582890cf144b9f.tar.xz
forums-97b1d70a37f77e54315197c7ad582890cf144b9f.zip
[ticket/11699] Exclude build/new_version and build/old_versions from lint.
PHPBB3-11699
Diffstat (limited to 'tests/lint_test.php')
-rw-r--r--tests/lint_test.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/lint_test.php b/tests/lint_test.php
index 905067072d..5b5d8975e8 100644
--- a/tests/lint_test.php
+++ b/tests/lint_test.php
@@ -23,6 +23,8 @@ class phpbb_lint_test extends phpbb_test_case
}
self::$exclude = array(
+ dirname(__FILE__) . '/../build/new_version',
+ dirname(__FILE__) . '/../build/old_versions',
// PHP Fatal error: Cannot declare class Container because the name is already in use in /var/www/projects/phpbb3/tests/../phpBB/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services1-1.php on line 20
// https://gist.github.com/e003913ffd493da63cbc
dirname(__FILE__) . '/../phpBB/vendor',