From f6d65e533c62f6deb21342d4901ece24497b433e Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Thu, 4 Jun 2015 07:31:04 +0200 Subject: Update to MediaWiki 1.25.1 --- tests/phpunit/includes/MWFunctionTest.php | 33 ------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 tests/phpunit/includes/MWFunctionTest.php (limited to 'tests/phpunit/includes/MWFunctionTest.php') diff --git a/tests/phpunit/includes/MWFunctionTest.php b/tests/phpunit/includes/MWFunctionTest.php deleted file mode 100644 index f2a720e8..00000000 --- a/tests/phpunit/includes/MWFunctionTest.php +++ /dev/null @@ -1,33 +0,0 @@ -assertEquals( - MWFunction::newObj( 'MWBlankClass', $args )->args, - $newObject->args - ); - } -} - -class MWBlankClass { - - public $args = array(); - - function __construct( $arg1, $arg2, $arg3, $arg4 ) { - $this->args = array( $arg1, $arg2, $arg3, $arg4 ); - } -} - -class ExampleObject { -} -- cgit v1.2.2