We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f6e19a commit 8ef45f3Copy full SHA for 8ef45f3
autoload.php
@@ -8,7 +8,7 @@ class_alias(
8
}
9
10
if (! interface_exists(\PHPUnit\Framework\MockObject\Invocation::class)
11
- && interface_exists(\PHPUnit\Framework\MockObject\Invocation::class)
+ && interface_exists(\PHPUnit_Framework_MockObject_Invocation::class)
12
) {
13
class_alias(
14
\PHPUnit_Framework_MockObject_Invocation::class,
0 commit comments