Skip to content

Commit 1ac42e3

Browse files
authored
Update tests/Support/Command/CommandMockTrait.php
1 parent c6ab437 commit 1ac42e3

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

tests/Support/Command/CommandMockTrait.php

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,6 @@ public function nativeIsSubClassOfMethodCall(array $arguments, bool $result = tr
9292

9393
public function nativeUcwordsMethodCall(array $arguments, string $result): array
9494
{
95-
return [
96-
'function' => 'ucwords',
97-
'arguments' => $arguments,
98-
'result' => $result,
99-
];
95+
return $this->functionCall('ucwords', $arguments, $result);
10096
}
10197
}

0 commit comments

Comments
 (0)