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 e49762c commit f53e5e5Copy full SHA for f53e5e5
autoload.php
@@ -42,6 +42,13 @@ class_alias(
42
);
43
}
44
45
+if (! class_exists(\PHPUnit\Framework\MockObject\InvocationMocker::class)) {
46
+ class_alias(
47
+ \PHPUnit_Framework_MockObject_InvocationMocker::class,
48
+ \PHPUnit\Framework\MockObject\InvocationMocker::class
49
+ );
50
+}
51
+
52
if (! class_exists(\PHPUnit\Framework\BaseTestListener::class)) {
53
include __DIR__ . '/compatibility/BaseTestListener.php';
54
class_alias(
0 commit comments