Jeroen De Dauw has uploaded a new change for review.
https://gerrit.wikimedia.org/r/49922
Change subject: Fix error message
......................................................................
Fix error message
Change-Id: I98064b088e579b8a0c0bccfd10303656926824b0
---
M tests/phpunit/Language/Description/DescriptionTest.php
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Ask
refs/changes/22/49922/1
diff --git a/tests/phpunit/Language/Description/DescriptionTest.php
b/tests/phpunit/Language/Description/DescriptionTest.php
index 23e96b2..1c6e107 100644
--- a/tests/phpunit/Language/Description/DescriptionTest.php
+++ b/tests/phpunit/Language/Description/DescriptionTest.php
@@ -135,7 +135,7 @@
public function testComparableNotEqual( Description $description ) {
$this->assertFalse( $description->equals( '~[,,_,,]:3' ),
'Description not equal to string' );
$this->assertFalse( $description->equals( new \stdClass() ),
'Description not equal to empty object' );
- $this->assertFalse( $description->equals( new FooDescription()
), 'Description not equal to empty object' );
+ $this->assertFalse( $description->equals( new FooDescription()
), 'Description not equal to a FooDescription' );
}
/**
--
To view, visit https://gerrit.wikimedia.org/r/49922
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I98064b088e579b8a0c0bccfd10303656926824b0
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Ask
Gerrit-Branch: master
Gerrit-Owner: Jeroen De Dauw <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits