expectException(\Psy\Exception\BreakException::class); $this->expectExceptionMessage('Goodbye'); $command = new ExitCommand(); $tester = new CommandTester($command); $tester->execute([]); $this->fail(); } }