コード例 #1
0
 /**
  * @depends testFetchPlan
  */
 public function testGetShipmentIdList($o)
 {
     $x = array();
     $x[0] = 'FBA63J76R';
     $x[1] = 'FBA63HGKJ';
     $this->assertEquals($x, $o->getShipmentIdList());
     $this->assertFalse($this->object->getShipmentIdList());
     //not fetched yet for this object
 }