diff --git a/src/Symfony/Component/Config/Tests/ConfigCacheTest.php b/src/Symfony/Component/Config/Tests/ConfigCacheTest.php index cd83c1e526..f3f2a446a2 100644 --- a/src/Symfony/Component/Config/Tests/ConfigCacheTest.php +++ b/src/Symfony/Component/Config/Tests/ConfigCacheTest.php @@ -43,7 +43,7 @@ class ConfigCacheTest extends \PHPUnit_Framework_TestCase } } - public function testToString() + public function testGetPath() { $cache = new ConfigCache($this->cacheFile, true);