Skip to content

Commit 521aaab

Browse files
committed
fix tests on Windows
1 parent ff872fd commit 521aaab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Functional/ContainerDebugCommandTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ public function testTagsPartialSearch()
109109

110110
$tester = new ApplicationTester($application);
111111
$tester->setInputs(['0']);
112-
$tester->run(['command' => 'debug:container', '--tag' => 'kernel.']);
112+
$tester->run(['command' => 'debug:container', '--tag' => 'kernel.'], ['decorated' => false]);
113113

114114
$this->assertStringContainsString('Select one of the following tags to display its information', $tester->getDisplay());
115115
$this->assertStringContainsString('[0] kernel.event_subscriber', $tester->getDisplay());

0 commit comments

Comments
 (0)