We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f67fe12 commit 5993c79Copy full SHA for 5993c79
Tests/Command/RouterMatchCommandTest.php
@@ -96,11 +96,7 @@ private function getKernel()
96
->expects($this->atLeastOnce())
97
->method('has')
98
->will($this->returnCallback(function ($id) {
99
- if ('console.command_loader' === $id) {
100
- return false;
101
- }
102
-
103
- return true;
+ return 'console.command_loader' !== $id;
104
}))
105
;
106
$container
0 commit comments