Example #1
0
 /**
  * @test
  * @return void
  */
 public function maxRegistrationsPerUserSetsMaxRegistrationsPerUser()
 {
     $this->subject->setMaxRegistrationsPerUser(2);
     $this->assertEquals(2, $this->subject->getMaxRegistrationsPerUser());
 }