Skip to content

Commit c232b69

Browse files
committed
Disable test for Collection resource
1 parent 632b133 commit c232b69

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tests/CollectionTest.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,13 @@
44

55
class CollectionTest extends TestSimpleResource
66
{
7+
/**
8+
* Test get resource
9+
*
10+
* Post and list not available for Collection resource so testGet not possible
11+
*/
12+
public function testGet()
13+
{
714

15+
}
816
}

0 commit comments

Comments
 (0)