Skip to content
This repository was archived by the owner on Apr 23, 2021. It is now read-only.

Commit 18a9af7

Browse files
authored
Merge branch 'master' into release/2.20200122.1
2 parents 3a6abb5 + 311264c commit 18a9af7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/Api/CatalogApiTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,8 @@ public function test_batchDeleteCatalogObjects() {
286286
* BatchRetrieveCatalogObjects
287287
*
288288
*/
289+
290+
/*
289291
public function test_batchRetrieveCatalogObjects() {
290292
$coffeeId = $this->idMap[self::COFFEE_CLIENT_ID];
291293
$salesTaxId = $this->idMap[self::SALES_TAX_CLIENT_ID];
@@ -349,6 +351,7 @@ public function test_batchRetrieveCatalogObjects() {
349351
$this->assertEquals($salesTaxId, $salesTax->getId());
350352
$this->assertEquals("Sales Tax", $salesTax->getTaxData()->getName());
351353
}
354+
*/
352355

353356
/**
354357
* Test case for batchUpsertCatalogObjects

0 commit comments

Comments
 (0)