Skip to content

Commit d7c53f7

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 ------- c2a616df7f9 rename test to match what's actually tested
2 parents 9e4794e + 9c85df6 commit d7c53f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)