예제 #1
0
 public function testSetName()
 {
     $this->security->setName('Vanguard Value ETF');
     $this->assertEquals('Vanguard Value ETF', $this->security->getName());
 }