minor #14945 [Config] Fix test name (dosten)

This PR was merged into the 2.7 branch.

Discussion
----------

[Config] Fix test name

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| License       | MIT

Commits
-------

7bb0812 Fix test name
This commit is contained in:
Fabien Potencier 2015-06-11 16:45:09 +02:00
commit 17387fdc8e
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ class ConfigCacheTest extends \PHPUnit_Framework_TestCase
}
}
public function testToString()
public function testGetPath()
{
$cache = new ConfigCache($this->cacheFile, true);