Laurent Destailleur 2 年 前
コミット
a18b5a31e5
1 ファイル変更1 行追加1 行削除
  1. 1 1
      test/phpunit/DateLibTest.php

+ 1 - 1
test/phpunit/DateLibTest.php

@@ -344,7 +344,7 @@ class DateLibTest extends PHPUnit\Framework\TestCase
 
 		$result=convertSecondToTime(86400, 'all', 86400);
 		print __METHOD__." result=".$result."\n";
-		$this->assertSame('1 '.strtolower(dol_substr($langs->trans("Day"), 0, 1).'.'), $result);
+		$this->assertSame('1 '.$langs->trans("d"), $result);
 
 		return $result;
 	}