Gc\Core\Updater\Adapter\BasicTest::testInit PHP Method

testInit() public method

Test
public testInit ( ) : void
return void
    public function testInit()
    {
        $this->object->init();
        $this->assertEquals(GC_APPLICATION_PATH . '/data/tmp', $this->object->getTmpPath());
    }