Skip to content

Commit

Permalink
Fixed typo in autoloader
Browse files Browse the repository at this point in the history
  • Loading branch information
michalbundyra committed Jun 7, 2019
1 parent 7f6e19a commit 8ef45f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class_alias(
}

if (! interface_exists(\PHPUnit\Framework\MockObject\Invocation::class)
&& interface_exists(\PHPUnit\Framework\MockObject\Invocation::class)
&& interface_exists(\PHPUnit_Framework_MockObject_Invocation::class)
) {
class_alias(
\PHPUnit_Framework_MockObject_Invocation::class,
Expand Down

0 comments on commit 8ef45f3

Please sign in to comment.