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