We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55dacb8 commit 39ed7c3Copy full SHA for 39ed7c3
testing/RedUNIT/Base/Issue841.php
@@ -42,7 +42,7 @@ public function testIssue841()
42
R::store($record);
43
asrt(count($record->sharedTagList),1);
44
$record = R::load('record',1);
45
- $record->sharedTagList = [];
+ $record->sharedTagList = array();
46
47
48
asrt(count($record->sharedTagList),0);
0 commit comments