Merge "Extract ParserOutput search index data fields from WikiTextContentHandler"
[lhc/web/wiklou.git] / tests / phpunit / includes / content / ContentHandlerTest.php
index 561f211..39948ca 100644 (file)
@@ -376,8 +376,7 @@ class ContentHandlerTest extends MediaWikiTestCase {
                $content = new WikitextContent( 'test text' );
                $ok = ContentHandler::runLegacyHooks(
                        'testRunLegacyHooks',
-                       [ 'foo', &$content, 'bar' ],
-                       false
+                       [ 'foo', &$content, 'bar' ]
                );
 
                $this->assertTrue( $ok, "runLegacyHooks should have returned true" );