Example #1
0
 public function testSetMinRelationshipValue()
 {
     $this->ria->setMinRelationshipValue(300);
     $this->assertEquals(300, $this->ria->getMinRelationshipValue());
 }