コード例 #1
0
ファイル: RiaTest.php プロジェクト: junjinZ/wealthbot
 public function testSetMinRelationshipValue()
 {
     $this->ria->setMinRelationshipValue(300);
     $this->assertEquals(300, $this->ria->getMinRelationshipValue());
 }