Skip to content

Commit a9780ce

Browse files
DeepDiver1975staabm
authored andcommitted
Relax assert in AbstractBasicTest::testRequireAuth
1 parent da6ed1b commit a9780ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Sabre/DAV/Auth/Backend/AbstractBasicTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ function testRequireAuth() {
6060
$backend->setRealm('writing unittests on a saturday night');
6161
$backend->challenge($request, $response);
6262

63-
$this->assertEquals(
63+
$this->assertContains(
6464
'Basic realm="writing unittests on a saturday night"',
6565
$response->getHeader('WWW-Authenticate')
6666
);

0 commit comments

Comments
 (0)