diff options
author | Andreas Fischer <bantu@phpbb.com> | 2013-11-29 14:02:50 +0100 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2013-11-29 14:02:50 +0100 |
commit | 981df153d2fbeba5f9aa6a677e11f1df15b3ea15 (patch) | |
tree | 2552392973ff87090a7c487ff43c8b9b24bf0fcc /tests/lint_test.php | |
parent | 0834a749e72e6239ed22113e25dd4778a44bb976 (diff) | |
download | forums-981df153d2fbeba5f9aa6a677e11f1df15b3ea15.tar forums-981df153d2fbeba5f9aa6a677e11f1df15b3ea15.tar.gz forums-981df153d2fbeba5f9aa6a677e11f1df15b3ea15.tar.bz2 forums-981df153d2fbeba5f9aa6a677e11f1df15b3ea15.tar.xz forums-981df153d2fbeba5f9aa6a677e11f1df15b3ea15.zip |
[ticket/11699] Also exclude the phpBB/cache directory.
PHPBB3-11699
Diffstat (limited to 'tests/lint_test.php')
-rw-r--r-- | tests/lint_test.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/lint_test.php b/tests/lint_test.php index 6951ee5ef7..eba117839b 100644 --- a/tests/lint_test.php +++ b/tests/lint_test.php @@ -26,6 +26,7 @@ class phpbb_lint_test extends phpbb_test_case dirname(__FILE__) . '/../.git', dirname(__FILE__) . '/../build/new_version', dirname(__FILE__) . '/../build/old_versions', + dirname(__FILE__) . '/../phpBB/cache', // 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', |