bandwidthThrottle\tokenBucket\storage\StorageTest::tearDown PHP Метод

tearDown() защищенный Метод

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