Phprest\Entity\DebugErrorTest::setUp PHP 메소드

setUp() 공개 메소드

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