saper has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/99349


Change subject: Don't testHumanTimestamp until expectations known
......................................................................

Don't testHumanTimestamp until expectations known

This test fails with extension clrd installed,
because it is not clear what getHumanTimestamp()
should return and how extension hooks should
influence the test scenario

Change-Id: I161256bb46f6821b2223eff7ac85b1c80660b0c0
Bug-Id: 55886
---
M tests/phpunit/includes/TimestampTest.php
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/49/99349/1

diff --git a/tests/phpunit/includes/TimestampTest.php 
b/tests/phpunit/includes/TimestampTest.php
index 5338839..1343a9c 100644
--- a/tests/phpunit/includes/TimestampTest.php
+++ b/tests/phpunit/includes/TimestampTest.php
@@ -84,6 +84,7 @@
                $expectedOutput, // The expected output
                $desc // Description
        ) {
+               $this->markTestSkipped("Bug 55886: It should perhaps be 
clarified what the getHumanTimestamp is expected to return.");
                $user = $this->getMock( 'User' );
                $user->expects( $this->any() )
                        ->method( 'getOption' )

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I161256bb46f6821b2223eff7ac85b1c80660b0c0
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: saper <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to