Example #1
0
 public function testGetLocalizedShortString()
 {
     $month = new Range('range', '2000-12-09,2001-02-01');
     $shouldBe = '9 Dec 00 - 1 Feb 01';
     $this->assertEquals($shouldBe, $month->getLocalizedShortString());
 }