Jamm\Tester\ErrorCatcher::setUp PHP Method

setUp() public method

public setUp ( )
    public function setUp()
    {
        if (set_error_handler(array($this, 'errorHandler'), $this->errors_types)) {
            $this->handler_changed = true;
            return true;
        } else {
            return false;
        }
    }