File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
dev/tests/static/testsuite/Magento/Test/Integrity/Di
setup/src/Magento/Setup/Test/Unit/Module/Di/Code/Reader/InstancesNamesList Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,6 @@ protected function setUp()
101
101
);
102
102
$ this ->_validator = new \Magento \Framework \Code \Validator ();
103
103
$ this ->_validator ->add (new \Magento \Framework \Code \Validator \ConstructorIntegrity ());
104
- $ this ->_validator ->add (new \Magento \Framework \Code \Validator \ContextAggregation ());
105
104
$ this ->_validator ->add (new \Magento \Framework \Code \Validator \TypeDuplication ());
106
105
$ this ->_validator ->add (new \Magento \Framework \Code \Validator \ArgumentSequence ());
107
106
$ this ->_validator ->add (new \Magento \Framework \Code \Validator \ConstructorArgumentTypes ());
Original file line number Diff line number Diff line change @@ -69,7 +69,6 @@ protected function setUp()
69
69
$ this ->classReaderMock ,
70
70
$ this ->validatorMock ,
71
71
new \Magento \Framework \Code \Validator \ConstructorIntegrity (),
72
- new \Magento \Framework \Code \Validator \ContextAggregation (),
73
72
$ this ->logMock
74
73
);
75
74
}
You can’t perform that action at this time.
0 commit comments