Phprest\Entity\ErrorTest::setUp PHP Method

setUp() public method

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