Skip to content

Commit 22db99f

Browse files
committed
Fixed test. Never change the private method.
1 parent dc01260 commit 22db99f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/netWrapperTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ public function testSelfSignedRequest()
255255
/**
256256
* @return NetWrapper
257257
*/
258-
private function testGetBasicWrapper()
258+
private function getBasicWrapper()
259259
{
260260
return (new NetWrapper())->setConfig($this->setTestAgent());
261261
}

0 commit comments

Comments
 (0)