Skip to content

Commit bf36971

Browse files
committed
Fix PHPStan-issues (tests) and set a baseline
1 parent dae8466 commit bf36971

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/SAML2/Assertion/Validation/ConstraintValidator/SubjectConfirmationMethodTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ public function setUp(): void
3737
#[Test]
3838
public function subjectConfirmationWithBearerMethodIsValid(): void
3939
{
40+
$this->subjectConfirmation->shouldReceive('setMethod')->once();
4041
$this->subjectConfirmation->setMethod(Constants::CM_BEARER);
4142

4243
$validator = new SubjectConfirmationMethod();

0 commit comments

Comments
 (0)