minor #34917 Don't patch BadFileName.php fixture file (fancyweb)

This PR was merged into the 4.4 branch.

Discussion
----------

Don't patch BadFileName.php fixture file

| Q             | A
| ------------- | ---
| Branch?       | 4.4
| Bug fix?      | no
| New feature?  | no
| Deprecations? | no
| Tickets       | -
| License       | MIT
| Doc PR        | -

Commits
-------

ba9d432d48 Don't patch BadFileName.php fixture file
This commit is contained in:
Nicolas Grekas 2019-12-10 14:41:05 +01:00
commit 894c96bd32

View File

@ -25,6 +25,7 @@ foreach ($loader->getClassMap() as $class => $file) {
case false !== strpos(realpath($file), '/vendor/'):
case false !== strpos($file, '/src/Symfony/Bridge/PhpUnit/'):
case false !== strpos($file, '/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Validation/Article.php'):
case false !== strpos($file, '/src/Symfony/Component/Config/Tests/Fixtures/BadFileName.php'):
case false !== strpos($file, '/src/Symfony/Component/Config/Tests/Fixtures/BadParent.php'):
case false !== strpos($file, '/src/Symfony/Component/Debug/Tests/Fixtures/'):
case false !== strpos($file, '/src/Symfony/Component/DependencyInjection/Tests/Compiler/OptionalServiceClass.php'):