From b4eb57f164f605b5cdde8f2490030ecb37549ddc Mon Sep 17 00:00:00 2001 From: IvanFon Date: Fri, 16 Dec 2016 22:18:52 -0500 Subject: [PATCH] Updated maintenance scripts to use $this->requireExtension() Added $this->requireExtension() in maintenance/MathGenerateTests.php Bug: T152139 Change-Id: I79670c9102e1ea97390edc4c8408d269f3967547 --- maintenance/MathGenerateTests.php | 1 + 1 file changed, 1 insertion(+) diff --git a/maintenance/MathGenerateTests.php b/maintenance/MathGenerateTests.php index f46707d..6fc0577 100644 --- a/maintenance/MathGenerateTests.php +++ b/maintenance/MathGenerateTests.php @@ -27,6 +27,7 @@ class MathGenerateTests extends Maintenance public function __construct() { parent::__construct(); + $this->requireExtension( 'Math' ); $this->mDescription = 'Rebuilds the MathCoverage tests'; $this->addArg( 'page', "The page used for the testset generation.", false ); $this->addOption(