Skip to content

Commit 9df8e51

Browse files
committed
Fix ContainerDebugCommandTest::testNoDumpedXML
1 parent b1de19b commit 9df8e51

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Tests/Functional/ContainerDebugCommandTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public function testNoDebug()
5353

5454
public function testNoDumpedXML()
5555
{
56-
static::bootKernel(['test_case' => 'ContainerDebug', 'root_config' => 'config.yml', 'debug' => true, 'debug.container.dump' => false]);
56+
static::bootKernel(['test_case' => 'ContainerDebug', 'root_config' => 'no_dump.yml', 'debug' => true]);
5757

5858
$application = new Application(static::$kernel);
5959
$application->setAutoExit(false);
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
imports:
2+
- { resource: config.yml }
3+
4+
parameters:
5+
debug.container.dump: false

0 commit comments

Comments
 (0)