8000 Fix typo in test method name · symfony/symfony@cc38c6b · GitHub
[go: up one dir, main page]

Skip to content

Commit cc38c6b

Browse files
Egor Gorbachevnicolas-grekas
Egor Gorbachev
authored andcommitted
Fix typo in test method name
1 parent 887cba2 commit cc38c6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Config/Tests/ConfigCacheFactoryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class ConfigCacheFactoryTest extends TestCase
2020
* @expectedException \InvalidArgumentException
2121
* @expectedExceptionMessage Invalid type for callback argument. Expected callable, but got "object".
2222
*/
23-
public function testCachWithInvalidCallback()
23+
public function testCacheWithInvalidCallback()
2424
{
2525
$cacheFactory = new ConfigCacheFactory(true);
2626

0 commit comments

Comments
 (0)
0