bandwidthThrottle\tokenBucket\storage\StorageTest::tearDown PHP Méthode

tearDown() protected méthode

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