01tonythomas has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/113945

Change subject: Added the $wgPFEnableStringFunctions = true in ParserFunctions 
tests
......................................................................

Added the $wgPFEnableStringFunctions = true in ParserFunctions tests

Jenkins bot unit tests without setting $wgPFEnableStringFunctions = true;
This triggers all the parser tests for string functions to be skipped.

Bug: 61410
Change-Id: I69636d656af851beeed6fd5353e4a01c1ca5c608
---
M tests/ExpressionTest.php
1 file changed, 3 insertions(+), 1 deletion(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/ParserFunctions 
refs/changes/45/113945/1

diff --git a/tests/ExpressionTest.php b/tests/ExpressionTest.php
index 169a9cb..8b38fd7 100644
--- a/tests/ExpressionTest.php
+++ b/tests/ExpressionTest.php
@@ -1,6 +1,8 @@
 <?php
 class ExpressionTest extends MediaWikiTestCase {
-
+       
+       $wgPFEnableStringFunctions = true;
+       
        /**
         * @var ExprParser
         */

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I69636d656af851beeed6fd5353e4a01c1ca5c608
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/ParserFunctions
Gerrit-Branch: master
Gerrit-Owner: 01tonythomas <01tonytho...@gmail.com>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to