Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 023fb5b

Browse files
committed
update function name
1 parent 936a738 commit 023fb5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Adapter/HttpTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public function tearDown()
3535
unset($this->_wrapper);
3636
}
3737

38-
public function testProtectedMethodChallengeClientTriggersErrorDeprecated()
38+
public function testChallengeClient()
3939
{
4040
$this->_wrapper->setResponse(new Response());
4141
$this->_wrapper->challengeClient();

0 commit comments

Comments
 (0)