Example #1
0
 public function testGetAndSetContributorsEnabled()
 {
     $this->user->setContributorsEnabled(true);
     $this->assertEquals(true, $this->user->getContributorsEnabled());
 }