mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-21 16:38:37 -06:00
Fix CliTestUtils for PHPUnit 10.4
This commit is contained in:
parent
57053d66a4
commit
3bdc05fbc4
@ -72,7 +72,7 @@
|
||||
"phpstan/phpstan-phpunit": "^1.3",
|
||||
"phpstan/phpstan-symfony": "^1.3",
|
||||
"phpunit/php-code-coverage": "^10.1",
|
||||
"phpunit/phpunit": "^10.3",
|
||||
"phpunit/phpunit": "^10.4",
|
||||
"roave/security-advisories": "dev-master",
|
||||
"shlinkio/php-coding-standard": "~2.3.0",
|
||||
"shlinkio/shlink-test-utils": "^3.7.1",
|
||||
|
@ -22,8 +22,9 @@ class CliTestUtils
|
||||
$generator = new Generator();
|
||||
}
|
||||
|
||||
$command = $generator->getMock(
|
||||
$command = $generator->testDouble(
|
||||
Command::class,
|
||||
mockObject: true,
|
||||
callOriginalConstructor: false,
|
||||
callOriginalClone: false,
|
||||
cloneArguments: false,
|
||||
|
Loading…
Reference in New Issue
Block a user