コード例 #1
0
ファイル: EventTest.php プロジェクト: typo3union/Binory
 /**
  * @test
  */
 public function getYearMonthValueReturnsInitialValueForMonths()
 {
     $this->assertEquals(NULL, $this->subject->getYearMonthValue());
 }