MaxSem has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/384195 )

Change subject: wfRunHooks() --> Hooks::run()
......................................................................

wfRunHooks() --> Hooks::run()

Change-Id: I0cc94ffd850d8392280efa561dd44f9eb3654bdc
---
M tests/phpunit/!!!firstInit_Test.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/PhpTagsStorage 
refs/changes/95/384195/1

diff --git "a/tests/phpunit/\041\041\041firstInit_Test.php" 
"b/tests/phpunit/\041\041\041firstInit_Test.php"
index 74f988a..3c52b47 100644
--- "a/tests/phpunit/\041\041\041firstInit_Test.php"
+++ "b/tests/phpunit/\041\041\041firstInit_Test.php"
@@ -1,7 +1,7 @@
 <?php
 
 if ( PhpTags\Renderer::$needInitRuntime ) {
-       wfRunHooks( 'PhpTagsRuntimeFirstInit' );
+       Hooks::run( 'PhpTagsRuntimeFirstInit' );
        \PhpTags\Hooks::loadData();
        \PhpTags\Runtime::$loopsLimit = 1000;
        PhpTags\Renderer::$needInitRuntime = false;

-- 
To view, visit https://gerrit.wikimedia.org/r/384195
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0cc94ffd850d8392280efa561dd44f9eb3654bdc
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/PhpTagsStorage
Gerrit-Branch: master
Gerrit-Owner: MaxSem <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to