Gc\RegistryTest::setUp PHP 메소드

setUp() 보호된 메소드

This method is called before a test is executed.
protected setUp ( ) : void
리턴 void
    protected function setUp()
    {
        $this->oldInstance = Registry::getInstance();
        $this->object = new Registry();
    }