Fix: phpunit
This commit is contained in:
parent
0e743d5024
commit
c92d0fe966
@ -258,7 +258,7 @@ class DateLibTest extends PHPUnit_Framework_TestCase
|
||||
// Check %a and %b format for en_US
|
||||
$result=dol_print_date(0,'%a %b',true,$outputlangs);
|
||||
print __METHOD__." result=".$result."\n";
|
||||
$this->assertEquals('Thu jan',$result);
|
||||
$this->assertEquals('Thu Jan',$result);
|
||||
|
||||
return $result;
|
||||
}
|
||||
|
||||
@ -193,7 +193,7 @@ class DateLibTzFranceTest extends PHPUnit_Framework_TestCase
|
||||
// Check %a and %b format for en_US
|
||||
$result=dol_print_date(0,'%a %b',false,$outputlangs);
|
||||
print __METHOD__." result=".$result."\n";
|
||||
$this->assertEquals('Thu jan',$result);
|
||||
$this->assertEquals('Thu Jan',$result);
|
||||
|
||||
return $result;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user