File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11<?php
22if (!class_exists ('PHPUnit\Framework\TestCase ' ) && class_exists ('PHPUnit_Framework_TestCase ' )) {
3- class_alias ('PHPUnit_Framework_TestCase ' , 'PHPUnit\Framework\TestCase ' );
3+ class_alias ('PHPUnit_Framework_TestCase ' , 'PHPUnit ' . ' \Framework\TestCase ' );
44}
55
66if (!class_exists ('PHPUnit\Runner\Version ' )) {
@@ -37,4 +37,4 @@ class_alias('PHPUnit_Framework_MockObject_Stub_Exception', 'PHPUnit\Framework\Mo
3737 class_alias ('PHPUnit_Framework_MockObject_Stub_ReturnArgument ' , 'PHPUnit\Framework\MockObject\Stub\ReturnArgument ' );
3838 class_alias ('PHPUnit_Framework_MockObject_Stub_ReturnCallback ' , 'PHPUnit\Framework\MockObject\Stub\ReturnCallback ' );
3939 class_alias ('PHPUnit_Framework_MockObject_Stub_Return ' , 'PHPUnit\Framework\MockObject\Stub\ReturnStub ' );
40- }
40+ }
You can’t perform that action at this time.
0 commit comments