Skip to content

Commit af2e682

Browse files
committed
Fix get_meetings unit tests.
1 parent 811d3f0 commit af2e682

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tests/Responses/GetMeetingsResponseTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ public function testGetMeetingsResponseContent()
6262
$this->assertEquals(2206, $aMeeting->getDuration());
6363
$this->assertEquals(true, $aMeeting->hasUserJoined());
6464
$this->assertEquals(14, $aMeeting->getMaxUsers());
65-
$this->assertEquals(0, $aMeeting->getModeratorCount());
66-
$this->assertEquals('Alessandra Funk', $aMeeting->getMetas()['presenter']);
67-
$this->assertEquals('http://www.schiller.info/ut-perspiciatis-et-vero-dolorum-repellendus-nesciunt-commodi-voluptate', $aMeeting->getMetas()['endcallbackurl']);
65+
$this->assertEquals(1, $aMeeting->getModeratorCount());
66+
$this->assertEquals('Consuelo Gleichner IV', $aMeeting->getMetas()['presenter']);
67+
$this->assertEquals('http://www.muller.biz/autem-dolor-aut-nam-doloribus-molestiae', $aMeeting->getMetas()['endcallbackurl']);
6868
}
6969

7070
public function testGetMeetingsResponseTypes()

tests/fixtures/get_meetings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
<listenerCount>2</listenerCount>
8585
<voiceParticipantCount>1</voiceParticipantCount>
8686
<videoCount>3</videoCount>
87-
<maxUsers>44</maxUsers>
87+
<maxUsers>14</maxUsers>
8888
<moderatorCount>1</moderatorCount>
8989
<attendees>
9090
</attendees>

0 commit comments

Comments
 (0)