We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5253303 commit 01c4e0aCopy full SHA for 01c4e0a
tests/ModelTest.php
@@ -339,7 +339,7 @@ public function testPushPull()
339
$result = User::where('_id', $user->_id)->push('tags', 'tag1');
340
$user = User::where('_id', $user->_id)->first();
341
342
- #$this->assertTrue(is_int($result));
+ $this->assertTrue(is_int($result));
343
$this->assertTrue(is_array($user->tags));
344
$this->assertEquals(1, count($user->tags));
345
}
0 commit comments