There was an error while loading. Please reload this page.
1 parent 71a3654 commit a19a7c2Copy full SHA for a19a7c2
src/Symfony/Bundle/FrameworkBundle/Tests/CacheWarmer/ConfigBuilderCacheWarmerTest.php
@@ -336,9 +336,6 @@ public function addConfiguration(NodeDefinition $node): void
336
337
self::assertFileExists($kernel->getBuildDir().'/Symfony/Config/FrameworkConfig.php');
338
self::assertFileExists($kernel->getBuildDir().'/Symfony/Config/SecurityConfig.php');
339
- self::assertFileExists($kernel->getBuildDir().'/Symfony/Config/Security/FirewallConfig.php');
340
- self::assertFileExists($kernel->getBuildDir().'/Symfony/Config/Security/FirewallConfig/FormLoginConfig.php');
341
- self::assertFileExists($kernel->getBuildDir().'/Symfony/Config/Security/FirewallConfig/TokenConfig.php');
342
}
343
344
0 commit comments