Skip to content

Commit 8ef45f3

Browse files
committed
Fixed typo in autoloader
1 parent 7f6e19a commit 8ef45f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class_alias(
88
}
99

1010
if (! interface_exists(\PHPUnit\Framework\MockObject\Invocation::class)
11-
&& interface_exists(\PHPUnit\Framework\MockObject\Invocation::class)
11+
&& interface_exists(\PHPUnit_Framework_MockObject_Invocation::class)
1212
) {
1313
class_alias(
1414
\PHPUnit_Framework_MockObject_Invocation::class,

0 commit comments

Comments
 (0)