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