X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=vendor%2Fsymfony%2Fconfig%2FTests%2FConfigCacheFactoryTest.php;h=24e3224ce5ba00ea5cdf01689b6a25130dca8908;hb=4e1bfbf98b844da83b18aca92ef00f11a4735806;hp=c523e5cd5e6a431618614808f2b41e80a4d1868a;hpb=eba34333e3c89f208d2f72fa91351ad019a71583;p=yaffs-website diff --git a/vendor/symfony/config/Tests/ConfigCacheFactoryTest.php b/vendor/symfony/config/Tests/ConfigCacheFactoryTest.php index c523e5cd5..24e3224ce 100644 --- a/vendor/symfony/config/Tests/ConfigCacheFactoryTest.php +++ b/vendor/symfony/config/Tests/ConfigCacheFactoryTest.php @@ -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);