Ignore ErrorHandler DebugClassLoaderTest class in PHP-CS-Fixer config

This commit is contained in:
Thomas Calvet 2019-08-06 12:43:51 +02:00
parent 3498259b12
commit ed916a4c42

View File

@ -52,6 +52,7 @@ return PhpCsFixer\Config::create()
->notPath('Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Resources/views/translation.html.php')
// explicit trigger_error tests
->notPath('Symfony/Component/Debug/Tests/DebugClassLoaderTest.php')
->notPath('Symfony/Component/ErrorHandler/Tests/DebugClassLoaderTest.php')
// invalid annotations on purpose
->notPath('Symfony/Component/DependencyInjection/Tests/Fixtures/includes/autowiring_classes.php')
)