Pinq\Tests\Integration\Caching\DirectoryCacheTestBase::tearDownCache PHP Method

tearDownCache() protected method

protected tearDownCache ( )
    protected function tearDownCache()
    {
        usleep(1000);
        self::deleteDirectory(self::$cacheDirectoryPath);
    }