Skip to content

Commit ea4bcd8

Browse files
committed
1 parent 6077913 commit ea4bcd8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/Functional/Features/Context/WebContext.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
use Behat\Mink\Exception\ExpectationException;
2626
use Behat\MinkExtension\Context\MinkContext;
2727
use Behat\Step\Given;
28+
use Behat\Step\Then;
2829
use Behat\Step\When;
2930
use DOMNode;
3031
use DOMNodeList;
@@ -218,7 +219,7 @@ public function iSendAnAuthenticationRequestRequestToWithoutNameID($destination,
218219
$this->iSendAnAuthenticationRequestRequestToWithNameID($destination);
219220
}
220221

221-
#[\Behat\Step\Then('the SAML Response should contain element :elementName with value :value')]
222+
#[Then('the SAML Response should contain element :elementName with value :value')]
222223
public function theSamlResponseShouldContainElementWithValue($elementName, $value)
223224
{
224225
$responseXml = $this->receiveResponse();

0 commit comments

Comments
 (0)