Skip to content
This repository has been archived by the owner on Jan 10, 2022. It is now read-only.

Commit

Permalink
Updated regex for integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiang committed Jan 27, 2014
1 parent 214fb3c commit dfdbc91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/features/bootstrap/AuthenticationContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ public function aAuthorizationExceptionShouldBeCatched()
public function digestMdResponseSend()
{
$buffer = $this->getConnection()->getBuffer();
assertRegExp('#^<response xmlns="urn:ietf:params:xml:ns:xmpp-sasl">[\w]+</response>$#', $buffer[2]);
assertRegExp('#^<response xmlns="urn:ietf:params:xml:ns:xmpp-sasl">[\w=]+</response>$#', $buffer[2]);
}

/**
Expand Down

0 comments on commit dfdbc91

Please sign in to comment.