We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f4705e commit 73fdbd2Copy full SHA for 73fdbd2
1 file changed
tests/BigBlueButtonTest.php
@@ -309,7 +309,7 @@ public function testInsertDocumentFile(): void
309
$insertDocumentResponse = $this->bbb->insertDocument($insertDocumentParameters);
310
311
// ASSERT
312
- if (!array_search(Feature::PRESENTATION, $createMeetingParameters->getDisabledFeatures()) > 0) {
+ if (!in_array(Feature::PRESENTATION, $createMeetingParameters->getDisabledFeatures()) {
313
$this->assertTrue($insertDocumentResponse->success());
314
} else {
315
$this->assertTrue($insertDocumentResponse->failed());
0 commit comments