예제 #1
0
 public function testSetSymbol()
 {
     $this->security->setSymbol('VTV');
     $this->assertEquals('VTV', $this->security->getSymbol());
 }