示例#1
0
 /**
  * @test
  */
 public function getEventDataForShowTimeOfUnregistrationDeadlineTrueReturnsFormattedUnregistrationDeadlineWithTime()
 {
     $this->fixture->setUnregistrationDeadline(1893488400);
     $this->fixture->setShowTimeOfUnregistrationDeadline(1);
     self::assertSame('01.01.2030 10:00', $this->fixture->getEventData('deadline_unregistration'));
 }