Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d860412 commit 0f2869fCopy full SHA for 0f2869f
src/Symfony/Component/DependencyInjection/Tests/Loader/FileLoaderTest.php
@@ -177,8 +177,7 @@ public function testRegisterClassesWithExcludeAsArray()
177
$loader->registerClasses(
178
new Definition(),
179
'Symfony\Component\DependencyInjection\Tests\Fixtures\Prototype\\',
180
- 'Prototype/*',
181
- [
+ 'Prototype/*', [
182
'Prototype/%sub_dir%',
183
'Prototype/OtherDir/AnotherSub/DeeperBaz.php',
184
]
0 commit comments