Phprest\ErrorHandler\Handler\LogTest::setUp PHP Method

setUp() public method

public setUp ( )
    public function setUp()
    {
        $this->monologHandler = new TestHandler();
        $this->monolog = new Logger('test', [$this->monologHandler]);
        $this->logHandler = new Log($this->monolog);
    }