REST: HeaderContainer should start empty not null
[lhc/web/wiklou.git] / tests / phpunit / includes / Rest / HeaderContainerTest.php
index d0fae9f..e0dbfdf 100644 (file)
@@ -42,6 +42,7 @@ class HeaderContainerTest extends MediaWikiTestCase {
                                [ 'tesT' => [ 'bar' ] ],
                                [ 'tesT' => 'bar' ]
                        ],
+                       'empty' => [ [], [], [] ],
                ];
        }