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

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

protected tearDown ( )
    protected function tearDown()
    {
        foreach ($this->storages as $storage) {
            try {
                @$storage->remove();
            } catch (StorageException $e) {
                // ignore missing vfsStream files.
            }
        }
    }