Skip to content

Commit ab8b983

Browse files
committed
count() not available for Report resource.
1 parent 838ca0b commit ab8b983

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/ReportTest.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,9 @@ class ReportTest extends TestSimpleResource
1818
public $putArray = array(
1919
"name" => "A new app report - updated",
2020
);
21+
22+
/**
23+
* @inheritDoc
24+
*/
25+
public $countEnabled = false;
2126
}

0 commit comments

Comments
 (0)