Skip to content

Commit c2a616d

Browse files
committed
rename test to match what's actually tested
1 parent 9c0d47e commit c2a616d

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)