We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 413f74e commit 8b5838dCopy full SHA for 8b5838d
…nit/Responses/InsertDocumentResponse.php …Responses/InsertDocumentResponseTest.phptests/unit/Responses/InsertDocumentResponse.php renamed to tests/unit/Responses/InsertDocumentResponseTest.php
@@ -23,7 +23,7 @@
23
use BigBlueButton\Responses\InsertDocumentResponse;
24
use BigBlueButton\TestCase;
25
26
-class InsertDocumentResponse extends TestCase
+class InsertDocumentResponseTest extends TestCase
27
{
28
/**
29
* @var \BigBlueButton\Responses\IsMeetingRunningResponse
@@ -36,7 +36,7 @@ public function setUp(): void
36
37
$xml = $this->loadXmlFile(__DIR__ . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR . 'fixtures' . DIRECTORY_SEPARATOR . 'insert_document.xml');
38
39
- $this->running = new self($xml);
+ $this->running = new InsertDocumentResponse($xml);
40
}
41
42
public function testIsMeetingRunningResponseContent(): void
0 commit comments