Skip to content

Commit

Permalink
minor #47458 [FrameworkBundle] fix tests on Windows (xabbuh)
Browse files Browse the repository at this point in the history
This PR was merged into the 6.2 branch.

Discussion
----------

[FrameworkBundle] fix tests on Windows

| Q             | A
| ------------- | ---
| Branch?       | 6.2
| Bug fix?      | no
| New feature?  | no
| Deprecations? | no
| Tickets       |
| License       | MIT
| Doc PR        |

Commits
-------

8b54f40 fix tests on Windows
  • Loading branch information
xabbuh committed Sep 2, 2022
2 parents 0ca5051 + 8b54f40 commit 7e309f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ public function testTagsPartialSearch()

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

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

0 comments on commit 7e309f7

Please sign in to comment.