コード例 #1
0
ファイル: SecurityTest.php プロジェクト: junjinZ/wealthbot
 public function testSetName()
 {
     $this->security->setName('Vanguard Value ETF');
     $this->assertEquals('Vanguard Value ETF', $this->security->getName());
 }