Merge "Update OOjs to v1.0.10"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Fri, 27 Jun 2014 01:35:43 +0000 (01:35 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Fri, 27 Jun 2014 01:35:43 +0000 (01:35 +0000)
tests/phpunit/includes/specials/SpecialPreferencesTest.php

index ea2d28c..4f6c411 100644 (file)
@@ -51,7 +51,7 @@ class SpecialPreferencesTest extends MediaWikiTestCase {
                # Do the call, should not spurt a fatal error.
                $special = new SpecialPreferences();
                $special->setContext( $context );
-               $special->execute( array() );
+               $this->assertNull( $special->execute( array() ) );
        }
 
 }