Exemple #1
0
 /**
  * @dataProvider dataSetTimestampInvalid
  * @param mixed $timestamp
  *
  * @expectedException \InvalidArgumentException
  */
 public function testSetTimestampInvalid($timestamp)
 {
     $this->notification->setTimestamp($timestamp);
 }