From 7bb0812012728c2c5732883893fd9dfb80d418ae Mon Sep 17 00:00:00 2001 From: Diego Saint Esteben Date: Thu, 11 Jun 2015 11:06:56 -0300 Subject: [PATCH] Fix test name --- src/Symfony/Component/Config/Tests/ConfigCacheTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);