Example #1
0
 /**
  * @test
  */
 public function setEnableRegistrationForBooleanSetsEnableRegistration()
 {
     $this->subject->setEnableRegistration(TRUE);
     $this->assertAttributeEquals(TRUE, 'enableRegistration', $this->subject);
 }