File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
dev/tests/static/framework/Magento/CodeMessDetector/Test/Unit/Rule/Design
lib/internal/Magento/Framework/Composer/Test/Unit Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 8
8
9
9
use PHPUnit \Framework \TestCase as TestCase ;
10
10
use PHPUnit_Framework_MockObject_MockObject as MockObject ;
11
- use PHPUnit_Framework_MockObject_Matcher_InvokedRecorder as InvokedRecorder ;
12
- use PHPUnit \Framework \MockObject_Builder_InvocationMocker as InvocationMocker ;
11
+ use PHPUnit \ Framework \ MockObject \ Matcher \ InvokedRecorder as InvokedRecorder ;
12
+ use PHPUnit \Framework \MockObject \ Builder \ InvocationMocker as InvocationMocker ;
13
13
use Magento \CodeMessDetector \Rule \Design \FinalImplementation ;
14
14
use PHPMD \Report ;
15
15
use PHPMD \AbstractNode ;
Original file line number Diff line number Diff line change @@ -28,12 +28,12 @@ class ComposerInformationTest extends \PHPUnit\Framework\TestCase
28
28
private $ lockerMock ;
29
29
30
30
/**
31
- * @var \Composer\Repository\RepositoryInterface|\PHPUnit\Framework_MockObject_Builder_InvocationMocker:
31
+ * @var \Composer\Repository\RepositoryInterface|\PHPUnit\Framework\MockObject\Builder\InvocationMocker
32
32
*/
33
33
private $ lockerRepositoryMock ;
34
34
35
35
/**
36
- * @var \Composer\Package\CompletePackageInterface|\PHPUnit\Framework_MockObject_Builder_InvocationMocker:
36
+ * @var \Composer\Package\CompletePackageInterface|\PHPUnit\Framework\MockObject\Builder\InvocationMocker
37
37
*/
38
38
private $ packageMock ;
39
39
You can’t perform that action at this time.
0 commit comments