bandwidthThrottle\tokenBucket\storage\StorageTest::tearDown PHP Method

tearDown() protected method

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