Skip to content

Commit 8b5838d

Browse files
committed
one more fix
1 parent 413f74e commit 8b5838d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/unit/Responses/InsertDocumentResponse.php renamed to tests/unit/Responses/InsertDocumentResponseTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
use BigBlueButton\Responses\InsertDocumentResponse;
2424
use BigBlueButton\TestCase;
2525

26-
class InsertDocumentResponse extends TestCase
26+
class InsertDocumentResponseTest extends TestCase
2727
{
2828
/**
2929
* @var \BigBlueButton\Responses\IsMeetingRunningResponse
@@ -36,7 +36,7 @@ public function setUp(): void
3636

3737
$xml = $this->loadXmlFile(__DIR__ . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR . 'fixtures' . DIRECTORY_SEPARATOR . 'insert_document.xml');
3838

39-
$this->running = new self($xml);
39+
$this->running = new InsertDocumentResponse($xml);
4040
}
4141

4242
public function testIsMeetingRunningResponseContent(): void

0 commit comments

Comments
 (0)