Skip to content

Commit 23b7def

Browse files
committed
Applied clean up to updateRecordings new code
1 parent 14700c5 commit 23b7def

4 files changed

Lines changed: 2 additions & 5 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
composer.phar
22
/vendor/
3+
composer.lock
34

45
## Directory-based project format:
56
.idea/

src/Parameters/UpdateRecordingsParameters.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public function getRecordingId()
4949
}
5050

5151
/**
52-
* @param string $recordingId
52+
* @param string $recordingId
5353
* @return UpdateRecordingsParameters
5454
*/
5555
public function setRecordingId($recordingId)

tests/BigBlueButtonTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
use BigBlueButton\Parameters\GetRecordingsParameters;
2626
use BigBlueButton\Parameters\IsMeetingRunningParameters;
2727
use BigBlueButton\Parameters\PublishRecordingsParameters;
28-
use BigBlueButton\Parameters\UpdateRecordingsParameters;
2928

3029
/**
3130
* Class BigBlueButtonTest
@@ -287,5 +286,4 @@ public function testUpdateRecordings()
287286
$result = $this->bbb->updateRecordings($this->getUpdateRecordingsParamsMock($params));
288287
$this->assertEquals('FAILED', $result->getReturnCode());
289288
}
290-
291289
}

tests/TestCase.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,6 @@ protected function updateRecordings($bbb)
159159
return $bbb->updateRecordings($updateRecordingsMock);
160160
}
161161

162-
163162
/**
164163
* @return array
165164
*/
@@ -184,7 +183,6 @@ protected function getUpdateRecordingsParamsMock($params)
184183
return $updateRecordingsParams;
185184
}
186185

187-
188186
// Load fixtures
189187

190188
protected function loadXmlFile($path)

0 commit comments

Comments
 (0)