Skip to content

Commit 1109a42

Browse files
committed
SmartCollection post array updated
1 parent b0bb433 commit 1109a42

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tests/SmartCollectionTest.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,13 @@ class SmartCollectionTest extends TestSimpleResource
1616
public $postArray = array(
1717
"title" => "Macbooks",
1818
"published" => false,
19+
"rules": [
20+
[
21+
"column" => "vendor",
22+
"relation" => "equals",
23+
"condition" => "Apple"
24+
]
25+
],
1926
);
2027

2128
/**

0 commit comments

Comments
 (0)