mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/11699] Exclude build/new_version and build/old_versions from lint.
PHPBB3-11699
This commit is contained in:
@@ -23,6 +23,8 @@ class phpbb_lint_test extends phpbb_test_case
|
|||||||
}
|
}
|
||||||
|
|
||||||
self::$exclude = array(
|
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
|
// 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
|
// https://gist.github.com/e003913ffd493da63cbc
|
||||||
dirname(__FILE__) . '/../phpBB/vendor',
|
dirname(__FILE__) . '/../phpBB/vendor',
|
||||||
|
Reference in New Issue
Block a user