8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 887cba2 commit cc38c6bCopy full SHA for cc38c6b
src/Symfony/Component/Config/Tests/ConfigCacheFactoryTest.php
@@ -20,7 +20,7 @@ class ConfigCacheFactoryTest extends TestCase
20
* @expectedException \InvalidArgumentException
21
* @expectedExceptionMessage Invalid type for callback argument. Expected callable, but got "object".
22
*/
23
- public function testCachWithInvalidCallback()
+ public function testCacheWithInvalidCallback()
24
{
25
$cacheFactory = new ConfigCacheFactory(true);
26
0 commit comments