Skip to content

Commit ad8b6e5

Browse files
committed
Fix response test classes namespace.
1 parent 20d98b5 commit ad8b6e5

14 files changed

+15
-13
lines changed

tests/Responses/ApiVersionResponseTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
1919
*/
2020

21-
namespace BigBlueButton\Parameters;
21+
namespace BigBlueButton\Responses;
2222

2323
use BigBlueButton\Responses\ApiVersionResponse;
2424
use BigBlueButton\TestCase;

tests/Responses/CreateMeetingResponseTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
1919
*/
2020

21-
namespace BigBlueButton\Parameters;
21+
namespace BigBlueButton\Responses;
2222

2323
use BigBlueButton\Responses\CreateMeetingResponse;
2424
use BigBlueButton\TestCase;

tests/Responses/DeleteRecordingsResponseTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
1919
*/
2020

21-
namespace BigBlueButton\Parameters;
21+
namespace BigBlueButton\Responses;
2222

2323
use BigBlueButton\Responses\DeleteRecordingsResponse;
2424
use BigBlueButton\TestCase;

tests/Responses/EndMeetingResponseTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
1919
*/
2020

21-
namespace BigBlueButton\Parameters;
21+
namespace BigBlueButton\Responses;
2222

2323
use BigBlueButton\Responses\EndMeetingResponse;
2424
use BigBlueButton\TestCase;

tests/Responses/GetMeetingInfoResponseTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?php
22

3+
namespace BigBlueButton\Responses;
4+
35
/*
46
* BigBlueButton open source conferencing system - https://www.bigbluebutton.org/.
57
*

tests/Responses/GetMeetingsResponseTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
1919
*/
2020

21-
namespace BigBlueButton\Parameters;
21+
namespace BigBlueButton\Responses;
2222

2323
use BigBlueButton\Responses\GetMeetingsResponse;
2424
use BigBlueButton\TestCase;

tests/Responses/GetRecordingsResponseTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
1919
*/
2020

21-
namespace BigBlueButton\Parameters;
21+
namespace BigBlueButton\Responses;
2222

2323
use BigBlueButton\Responses\GetRecordingsResponse;
2424
use BigBlueButton\TestCase;

tests/Responses/HooksCreateResponseTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
1919
*/
2020

21-
namespace BigBlueButton\Parameters;
21+
namespace BigBlueButton\Responses;
2222

2323
use BigBlueButton\Responses\HooksCreateResponse;
2424
use BigBlueButton\TestCase;

tests/Responses/HooksDestroyResponseTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
1919
*/
2020

21-
namespace BigBlueButton\Parameters;
21+
namespace BigBlueButton\Responses;
2222

2323
use BigBlueButton\Responses\HooksDestroyResponse;
2424
use BigBlueButton\TestCase;

tests/Responses/HooksListResponseTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
1919
*/
2020

21-
namespace BigBlueButton\Parameters;
21+
namespace BigBlueButton\Responses;
2222

2323
use BigBlueButton\Responses\HooksListResponse;
2424
use BigBlueButton\TestCase;

0 commit comments

Comments
 (0)