From dfdbc9121acd73c89e9c7bd31ac14853248275fe Mon Sep 17 00:00:00 2001 From: Fabian Grutschus Date: Mon, 27 Jan 2014 17:46:40 +0100 Subject: [PATCH] Updated regex for integration test --- tests/features/bootstrap/AuthenticationContext.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/features/bootstrap/AuthenticationContext.php b/tests/features/bootstrap/AuthenticationContext.php index 6e47814..6bf3235 100644 --- a/tests/features/bootstrap/AuthenticationContext.php +++ b/tests/features/bootstrap/AuthenticationContext.php @@ -147,7 +147,7 @@ public function aAuthorizationExceptionShouldBeCatched() public function digestMdResponseSend() { $buffer = $this->getConnection()->getBuffer(); - assertRegExp('#^[\w]+$#', $buffer[2]); + assertRegExp('#^[\w=]+$#', $buffer[2]); } /**