Graze\Supervisor\Handler\RetryHandlerTest::testHandlePassFirstTime PHP Method

testHandlePassFirstTime() public method

    public function testHandlePassFirstTime()
    {
        $this->next->shouldReceive('handlePass')->once()->with(0, $this->sup)->andReturn(false);
        $this->assertFalse($this->handler->handlePass(0, $this->sup));
    }