From: Bartosz DziewoƄski Date: Sat, 20 Sep 2014 17:09:04 +0000 (+0200) Subject: Strict standards: Static function PasswordTestCase::providePasswordTests() should... X-Git-Tag: 1.31.0-rc.0~13917^2 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/password.php?a=commitdiff_plain;h=a917c50220e055ead8e6d69f730b6287f614b050;p=lhc%2Fweb%2Fwiklou.git Strict standards: Static function PasswordTestCase::providePasswordTests() should not be abstract Caused by 96771e3a655bad2d3a9440fababaf2dcf5a62bc5. No idea why that change merged successfully. Change-Id: I946f179699a5f249b032c4c8f90a9e6d2b033f55 --- diff --git a/tests/phpunit/includes/password/PasswordTestCase.php b/tests/phpunit/includes/password/PasswordTestCase.php index ef16f1c48d..78fc3ed2ae 100644 --- a/tests/phpunit/includes/password/PasswordTestCase.php +++ b/tests/phpunit/includes/password/PasswordTestCase.php @@ -51,8 +51,11 @@ abstract class PasswordTestCase extends MediaWikiTestCase { * parameter (a password) should match. * * @return array + * @abstract */ - abstract public static function providePasswordTests(); + public static function providePasswordTests() { + throw new MWException( "Not implemented" ); + } /** * @dataProvider providePasswordTests