Eileen has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/380668 )

Change subject: Fix test to meet php standard.
......................................................................

Fix test to meet php standard.

Fixes 'Strict standards: Declaration of 
BaseWmfDrupalPhpUnitTestCase::onNotSuccessfulTest() should be compatible with 
PHPUnit_Framework_TestCase::onNotSuccessfulTest(Exception ) '

Change-Id: I498548a1505bce73a794ebe90063cec8a91a2a11
---
M sites/all/modules/wmf_common/tests/includes/BaseWmfDrupalPhpUnitTestCase.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/wikimedia/fundraising/crm 
refs/changes/68/380668/1

diff --git 
a/sites/all/modules/wmf_common/tests/includes/BaseWmfDrupalPhpUnitTestCase.php 
b/sites/all/modules/wmf_common/tests/includes/BaseWmfDrupalPhpUnitTestCase.php
index 09a9a38..3d0b0c1 100644
--- 
a/sites/all/modules/wmf_common/tests/includes/BaseWmfDrupalPhpUnitTestCase.php
+++ 
b/sites/all/modules/wmf_common/tests/includes/BaseWmfDrupalPhpUnitTestCase.php
@@ -197,7 +197,7 @@
     ) );
   }
 
-  public function onNotSuccessfulTest( $e ) {
+  public function onNotSuccessfulTest(Exception $e ) {
     if ( !PRINT_WATCHDOG_ON_TEST_FAIL ) {
       return;
        }

-- 
To view, visit https://gerrit.wikimedia.org/r/380668
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I498548a1505bce73a794ebe90063cec8a91a2a11
Gerrit-PatchSet: 1
Gerrit-Project: wikimedia/fundraising/crm
Gerrit-Branch: master
Gerrit-Owner: Eileen <emcnaugh...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to