We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb827e7 commit bf6d8c1Copy full SHA for bf6d8c1
tests/EloquentThreadTest.php
@@ -84,7 +84,7 @@ public function it_should_get_all_thread_participants()
84
$participants = $thread->participantsUserIds();
85
$this->assertCount(3, $participants);
86
87
- $this->assertInternalType('array', $participants);
+ $this->assertInternalType('object', $participants);
88
}
89
90
/** @test */
0 commit comments