Example #1
0
 public function testSetIsActive()
 {
     $this->ria->setIsActive(false);
     $this->assertFalse($this->ria->getIsActive());
 }