Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / symfony / config / Tests / ConfigCacheFactoryTest.php
index c523e5cd5e6a431618614808f2b41e80a4d1868a..24e3224ce5ba00ea5cdf01689b6a25130dca8908 100644 (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);