Example #1
0
 /**
  * @covers ::getCurrentMonth
  */
 public function test_getCurrentMonth()
 {
     // When
     $month = (int) date('m');
     // Then
     $this->assertSame($month, DateTime::getCurrentMonth(true));
 }