diff options
author | Andreas Fischer <bantu@phpbb.com> | 2015-05-29 22:46:34 +0200 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2015-05-29 22:46:34 +0200 |
commit | 3f4206e012e048d5c3c756a66296ca26300314cd (patch) | |
tree | c6fb1b257609c359c3650662c05e4e6a4448ad9b | |
parent | 13955a3e139c5e1f7e727415cf2ac4ff5030e354 (diff) | |
parent | b5fed65fe326d32268f46b5915f3d7402f844bae (diff) | |
download | forums-3f4206e012e048d5c3c756a66296ca26300314cd.tar forums-3f4206e012e048d5c3c756a66296ca26300314cd.tar.gz forums-3f4206e012e048d5c3c756a66296ca26300314cd.tar.bz2 forums-3f4206e012e048d5c3c756a66296ca26300314cd.tar.xz forums-3f4206e012e048d5c3c756a66296ca26300314cd.zip |
Merge branch '3.1.x'
* 3.1.x:
[ticket/13875] Ignore cache, ext, and store folder in lint test
-rw-r--r-- | tests/lint_test.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/lint_test.php b/tests/lint_test.php index fb43196bae..70046bdfd2 100644 --- a/tests/lint_test.php +++ b/tests/lint_test.php @@ -84,6 +84,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', |