aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/MWFunctionTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/phpunit/includes/MWFunctionTest.php')
-rw-r--r--tests/phpunit/includes/MWFunctionTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/phpunit/includes/MWFunctionTest.php b/tests/phpunit/includes/MWFunctionTest.php
index a44f69eea35f..d86f2c9bc505 100644
--- a/tests/phpunit/includes/MWFunctionTest.php
+++ b/tests/phpunit/includes/MWFunctionTest.php
@@ -1,7 +1,7 @@
<?php
class MWFunctionTest extends MediaWikiTestCase {
- function testNewObjFunction() {
+ public function testNewObjFunction() {
$arg1 = 'Foo';
$arg2 = 'Bar';
$arg3 = array( 'Baz' );