Esempio n. 1
0
 public function testGetAll()
 {
     $productRatePlans = Bf_ProductRatePlan::getAll();
     $firstRatePlan = $productRatePlans[0];
     $expected = Bf_ProductRatePlan::getResourcePath()->getEntityName();
     $actual = $firstRatePlan['@type'];
     $this->assertEquals($expected, $actual, "Type of any returned entity matches known value.");
 }