Skip to content

Commit a2590eb

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

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tests/SmartCollectionTest.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ 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-
]
19+
"rules"=> [
20+
[
21+
"column" => "vendor",
22+
"relation" => "equals",
23+
"condition" => "Apple"
24+
]
2525
],
2626
);
2727

0 commit comments

Comments
 (0)