Pinq\Tests\Integration\Caching\CSVFileCacheTest::tearDownCache PHP Метод

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

protected tearDownCache ( )
    protected function tearDownCache()
    {
        usleep(1000);
        unlink(self::$cacheFilePath);
    }