Example #1
0
 /**
  * @test
  */
 public function getEventDataForUnregistrationDeadlineZeroReturnsEmptyString()
 {
     $this->fixture->setUnregistrationDeadline(0);
     self::assertSame('', $this->fixture->getEventData('deadline_unregistration'));
 }