bandwidthThrottle\tokenBucket\storage\StorageTest::tearDown PHP 메소드

tearDown() 보호된 메소드

protected tearDown ( )
    protected function tearDown()
    {
        if (!is_null($this->storage) && $this->storage->isBootstrapped()) {
            $this->storage->remove();
        }
    }