This commit is contained in:
Dustin Dobervich 2011-12-19 12:30:32 -06:00
parent 84ad40dcc8
commit 3ae976cd5a
5 changed files with 0 additions and 5 deletions

View File

@ -170,4 +170,3 @@ EOF;
return new $class($parent->getEnvironment(), $parent->isDebug());
}
}

View File

@ -39,4 +39,3 @@ class AddCacheClearerPass implements CompilerPassInterface
$container->getDefinition('cache_clearer')->replaceArgument(0, $clearers);
}
}

View File

@ -25,4 +25,3 @@ interface CacheClearerInterface
*/
function clear($cacheDir);
}

View File

@ -53,4 +53,3 @@ class ChainCacheClearer implements CacheClearerInterface
$this->clearers[] = $clearer;
}
}

View File

@ -56,4 +56,3 @@ class ChainCacheClearerTest extends \PHPUnit_Framework_TestCase
return $this->getMock('Symfony\Component\HttpKernel\CacheClearer\CacheClearerInterface');
}
}