Skip to content
This repository was archived by the owner on Dec 12, 2023. It is now read-only.

Commit 8e82516

Browse files
committed
Convert to simpler API
1 parent ce60922 commit 8e82516

File tree

2 files changed

+1
-32
lines changed

2 files changed

+1
-32
lines changed

test/Api/MarketCatalogApiTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,6 @@ public function testSearchItems(): void
3434

3535
$this->assertIsInt($result['took']);
3636
$this->assertIsArray($result['matches']);
37+
$this->assertTrue(count($result['matches']) > 0);
3738
}
3839
}

test/Stub/SearchItemsParamStub.php

Lines changed: 0 additions & 32 deletions
This file was deleted.

0 commit comments

Comments
 (0)