Graze\Supervisor\Handler\UnexpectedTerminationHandlerTest::testHandleFailWithoutException PHP Method

testHandleFailWithoutException() public method

    public function testHandleFailWithoutException()
    {
        $this->setExpectedException('Graze\\Supervisor\\Exception\\UnexpectedTerminationException');
        $this->handler->handleFail(0, $this->sup);
    }