Skip to content

Commit 67a2c47

Browse files
committed
function "withAuthenticatedByToken" should call ApiClientBuilder's function "buildAuthenticatedByToken"
1 parent ace9a0e commit 67a2c47

File tree

3 files changed

+1
-120
lines changed

3 files changed

+1
-120
lines changed

src/BuilderTestCase.php

Lines changed: 0 additions & 74 deletions
This file was deleted.

src/Mock/ApiClientMockBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ public function withAuthenticatedByToken(): self
118118

119119
$this->node = new Node\Expr\MethodCall(
120120
var: $this->node,
121-
name: new Node\Identifier('buildAuthenticatedByPassword'),
121+
name: new Node\Identifier('buildAuthenticatedByToken'),
122122
args: [
123123
new Node\Arg(
124124
new Node\Scalar\String_($faker->regexify('\d{1,2}_[0-9a-f]{48}')),

src/PipelineRunner.php

Lines changed: 0 additions & 45 deletions
This file was deleted.

0 commit comments

Comments
 (0)