8000 minor #59428 [FrameworkBundle] rename test to match what's actually t… · symfony/symfony@a497ae4 · GitHub
[go: up one dir, main page]

Skip to content

Commit a497ae4

Browse files
minor #59428 [FrameworkBundle] rename test to match what's actually tested (xabbuh)
This PR was merged into the 7.3 branch. Discussion ---------- [FrameworkBundle] rename test to match what's actually tested | Q | A | ------------- | --- | Branch? | 7.3 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | | License | MIT Commits ------- c2a616d rename test to match what's actually tested
2 parents f51c2d8 + c2a616d commit a497ae4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Bundle/FrameworkBundle/Tests/Functional/ContainerDebugCommandTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -342,10 +342,10 @@ public static function provideCompletionSuggestions(): iterable
342342
];
343343
}
344344

345-
public function testShowArgumentsNotProvidedShouldTriggerDeprecation()
345+
public function testShowArgumentsProvidedShouldTriggerDeprecation()
346346
{
347347
static::bootKernel(['test_case' => 'ContainerDebug', 'root_config' => 'config.yml', 'debug' => true]);
348-
$path = sprintf('%s/%sDeprecations.log', static::$kernel->getContainer()->getParameter('kernel.build_dir'), static::$kernel->getContainer()->getParameter('kernel.container_class'));
348+
$path = \sprintf('%s/%sDeprecations.log', static::$kernel->getContainer()->getParameter('kernel.build_dir'), static::$kernel->getContainer()->getParameter('kernel.container_class'));
349349
@unlink($path);
350350

351351
$application = new Application(static::$kernel);

0 commit comments

Comments
 (0)
0