aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lint_test.php
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2015-05-28 13:28:16 +0200
committerMarc Alexander <admin@m-a-styles.de>2015-05-28 13:35:32 +0200
commitba205a6bce755fa0e85e8b1c7a55840449c24c4c (patch)
tree4b8e6760fbca3c4eda24e372a9cdc554e6dd5d40 /tests/lint_test.php
parent52aafb4deafe00a81c7642f12e0c1701fc87ab67 (diff)
downloadforums-ba205a6bce755fa0e85e8b1c7a55840449c24c4c.tar
forums-ba205a6bce755fa0e85e8b1c7a55840449c24c4c.tar.gz
forums-ba205a6bce755fa0e85e8b1c7a55840449c24c4c.tar.bz2
forums-ba205a6bce755fa0e85e8b1c7a55840449c24c4c.tar.xz
forums-ba205a6bce755fa0e85e8b1c7a55840449c24c4c.zip
[ticket/13875] Ignore cache, ext, and store folder in lint test
PHPBB3-13875
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 b0149063bd..7832841b9d 100644
--- a/tests/lint_test.php
+++ b/tests/lint_test.php
@@ -40,6 +40,8 @@ class phpbb_lint_test extends phpbb_test_case
dirname(__FILE__) . '/../build/new_version',
dirname(__FILE__) . '/../build/old_versions',
dirname(__FILE__) . '/../phpBB/cache',
+ dirname(__FILE__) . '/../phpBB/ext',
+ dirname(__FILE__) . '/../phpBB/store',
// 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',