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 3f88926 commit 6f26537Copy full SHA for 6f26537
tests/EventListener/AbstractConsoleListenerTest.php
@@ -91,7 +91,7 @@ public function testHandleConsoleTerminateEvent(): void
91
$listenerClass = static::getListenerClass();
92
$listener = new $listenerClass($this->hub);
93
94
- $this->hub->expects($this->once())
+ $this->hub->expects($this->never())
95
->method('popScope');
96
97
$listener->handleConsoleTerminateEvent(new ConsoleTerminateEvent(new Command(), new ArrayInput([]), new NullOutput(), 0));
0 commit comments