Beispiel #1
0
 public function testGetLocalizedLongString()
 {
     $month = new Range('range', '2023-05-09,2023-05-21');
     $shouldBe = '8 May 23 - 21 May 23';
     $this->assertEquals($shouldBe, $month->getLocalizedLongString());
 }