Example #1
0
 /**
  * Tests formatting
  * @covers \Copycat\System\DateTime::formatIn()
  */
 public function testFormatIn()
 {
     $this->assertEquals('16581 21:2', $this->dateTime->formatIn('%d %H:%i'));
 }