Skip to content

Commit 9c6d4bf

Browse files
committed
Report test parameters.
1 parent 86bc824 commit 9c6d4bf

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

tests/ReportTest.php

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

55
class ReportTest extends TestSimpleResource
66
{
7+
/**
8+
* @inheritDoc
9+
*/
10+
public $postArray = array(
11+
"name" => "A new app report",
12+
"shopify_ql" => "SHOW total_sales BY country FROM order SINCE -1m UNTIL today ORDER BY total_sales",
13+
);
714

15+
/**
16+
* @inheritDoc
17+
*/
18+
public $putArray = array(
19+
"name" => "A new app report - updated",
20+
);
821
}

0 commit comments

Comments
 (0)