Skip to content

Commit 6f26537

Browse files
committed
tests
1 parent 3f88926 commit 6f26537

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/EventListener/AbstractConsoleListenerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public function testHandleConsoleTerminateEvent(): void
9191
$listenerClass = static::getListenerClass();
9292
$listener = new $listenerClass($this->hub);
9393

94-
$this->hub->expects($this->once())
94+
$this->hub->expects($this->never())
9595
->method('popScope');
9696

9797
$listener->handleConsoleTerminateEvent(new ConsoleTerminateEvent(new Command(), new ArrayInput([]), new NullOutput(), 0));

0 commit comments

Comments
 (0)