Add tests for ExtensionJsonValidator
[lhc/web/wiklou.git] / tests / phpunit / includes / externalstore / ExternalStoreForTesting.php
index b151957..50f1e52 100644 (file)
@@ -8,6 +8,8 @@ class ExternalStoreForTesting {
                        '300' => [
                                'Hello', 'World',
                        ],
+                       // gzip string below generated with gzdeflate( 'AAAABBAAA' )
+                       '12345' => "sttttr\002\022\000",
                ],
        ];