コード例 #1
0
ファイル: SecurityTest.php プロジェクト: junjinZ/wealthbot
 public function testSellAll()
 {
     $this->security->sellAll();
     $this->assertEquals(0, $this->security->getQty());
     $this->assertEquals(0, $this->security->getAmount());
 }