Skip to content

Commit 9cc0b2d

Browse files
sualkoFelixJacobi
andcommitted
Update tests/unit/Responses/InsertDocumentResponse.php
Co-authored-by: Felix Jacobi <[email protected]>
1 parent 4316089 commit 9cc0b2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/Responses/InsertDocumentResponse.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public function testIsMeetingRunningResponseContent(): void
4646
$this->assertEquals('<?xmlversion="1.0"?><response><returncode>SUCCESS</returncode></response>', $this->minifyString($this->running->getRawXml()->asXML()));
4747
}
4848

49-
public function testIsMeetingRunningResponseTypes()
49+
public function testIsMeetingRunningResponseTypes(): void
5050
{
5151
$this->assertEachGetterValueIsString($this->running, ['getReturnCode']);
5252
}

0 commit comments

Comments
 (0)