Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Jul 16, 2024
1 parent 781739e commit 8dcb96b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/Cas/Protocol/Cas20Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ public function testAttributeToXmlConversion(): void

$xml = $casProtocol->getValidateSuccessResponse('myUser');

$this->assertEquals($this->document->saveXML(), $xml);
$this->assertEquals($this->document->saveXML(), strval($xml));

Check failure on line 57 in tests/src/Cas/Protocol/Cas20Test.php

View workflow job for this annotation

GitHub Actions / Unit tests, PHP 8.3, ubuntu-latest

Failed asserting that two strings are equal.

Check failure on line 57 in tests/src/Cas/Protocol/Cas20Test.php

View workflow job for this annotation

GitHub Actions / Unit tests, PHP 8.2, ubuntu-latest

Failed asserting that two strings are equal.

Check failure on line 57 in tests/src/Cas/Protocol/Cas20Test.php

View workflow job for this annotation

GitHub Actions / Unit tests, PHP 8.1, ubuntu-latest

Failed asserting that two strings are equal.

Check failure on line 57 in tests/src/Cas/Protocol/Cas20Test.php

View workflow job for this annotation

GitHub Actions / Unit tests, PHP 8.1, windows-latest

Failed asserting that two strings are equal.

Check failure on line 57 in tests/src/Cas/Protocol/Cas20Test.php

View workflow job for this annotation

GitHub Actions / Unit tests, PHP 8.3, windows-latest

Failed asserting that two strings are equal.
}
}

0 comments on commit 8dcb96b

Please sign in to comment.