Fix typo in test method name

This commit is contained in:
Egor Gorbachev 2018-03-19 20:40:47 +03:00 committed by Nicolas Grekas
parent 887cba28f4
commit cc38c6bb62
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ class ConfigCacheFactoryTest extends TestCase
* @expectedException \InvalidArgumentException
* @expectedExceptionMessage Invalid type for callback argument. Expected callable, but got "object".
*/
public function testCachWithInvalidCallback()
public function testCacheWithInvalidCallback()
{
$cacheFactory = new ConfigCacheFactory(true);