Esempio n. 1
0
 /**
  * @expectedException \Exception
  */
 public function testEmptyEndGetFails()
 {
     $timePeriod = new TimePeriod();
     $timePeriod->getEndTimestamp();
 }