Skip to content

Commit 0eba170

Browse files
remove unneeded comments
1 parent 84beb5f commit 0eba170

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/Hyperwallet/Tests/HyperwalletTest.php

-1
Original file line numberDiff line numberDiff line change
@@ -4082,7 +4082,6 @@ public function testuploadDocumentsForUser_parseDocuments() {
40824082
);
40834083
\Phake::when($apiClientMock)->putMultipartData('/rest/v3/users/{user-token}', array('user-token' => $userToken), $options)->thenReturn($this->UPLOAD_SUCCESS_DATA());
40844084

4085-
// var_dump($this->UPLOAD_SUCCESS_DATA());
40864085
// Run test
40874086
$newUser = $client->uploadDocumentsForUser($userToken, $options);
40884087

0 commit comments

Comments
 (0)