Skip to content

feat: PHPUnit 10.4 support #63

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 15 commits into from
Oct 30, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove comment
  • Loading branch information
marcoscoelho committed Oct 27, 2023
commit cf8b6e0f8bcf65c6a15c158b5ad4c0eee8156210
2 changes: 1 addition & 1 deletion classes/PHPMock.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ trait PHPMock
public static $templatesPath = '/tmp';

private $openInvocation = 'new \PHPUnit\Framework\MockObject\Invocation(';
private $openWrapper = '\phpmock\phpunit\DefaultArgumentRemover::removeDefaultArgumentsWithReflection('; // phpcs:ignore
private $openWrapper = '\phpmock\phpunit\DefaultArgumentRemover::removeDefaultArgumentsWithReflection(';
private $closeFunc = ')';

/**
Expand Down