Skip to content

Commit 4316089

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

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
@@ -39,7 +39,7 @@ public function setUp(): void
3939
$this->running = new self($xml);
4040
}
4141

42-
public function testIsMeetingRunningResponseContent()
42+
public function testIsMeetingRunningResponseContent(): void
4343
{
4444
$this->assertEquals('SUCCESS', $this->running->getReturnCode());
4545

0 commit comments

Comments
 (0)