From 6a8cb49f8252fca3caa464fa294ac4488eff468d Mon Sep 17 00:00:00 2001 From: Roan Kattouw Date: Sat, 20 Aug 2011 09:59:00 +0000 Subject: [PATCH] Per CR on r90915, fix the description of one of the assertions --- tests/phpunit/languages/LanguageTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/languages/LanguageTest.php b/tests/phpunit/languages/LanguageTest.php index aaad9c318e..987839c6ff 100644 --- a/tests/phpunit/languages/LanguageTest.php +++ b/tests/phpunit/languages/LanguageTest.php @@ -96,7 +96,7 @@ class LanguageTest extends MediaWikiTestCase { $this->assertEquals( "3d 0h 0m", $this->lang->formatTimePeriod( 259199.55, 'avoidseconds' ), - 'formatTimePeriod() rounding (>48h), avoidminutes' + 'formatTimePeriod() rounding (>48h), avoidseconds' ); $this->assertEquals( -- 2.20.1