Graze\Supervisor\Handler\ExceptionHandlerTest::setUp PHP Method

setUp() public method

public setUp ( )
    public function setUp()
    {
        $this->next = m::mock('Graze\\Supervisor\\Handler\\HandlerInterface');
        $this->sup = m::mock('Graze\\Supervisor\\SupervisorInterface');
        $this->handler = new ExceptionHandler($this->next);
    }