Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a497ae4

Browse filesBrowse 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
Copy full SHA for a497ae4

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/Functional/ContainerDebugCommandTest.php
+2-2Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.