コード例 #1
0
 /**
  * @depends testSetAttributesReturnsAttributes
  *
  * @param Plan $plan
  */
 public function testGetAttributes($plan)
 {
     $this->assertArraySubset($this->planData, $plan->get('name', 'description', 'amount', 'currency'));
 }