Phprest\Entity\DebugErrorTest::setUp PHP Method

setUp() public method

public setUp ( )
    public function setUp()
    {
        $this->debugError = new DebugError(new \Exception('exception message', 101));
    }