Skip to content

Commit 2d4a335

Browse files
committed
Fix integration tests to not use the ContextAggregation validator
1 parent a6a575e commit 2d4a335

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

dev/tests/static/testsuite/Magento/Test/Integrity/Di/CompilerTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ protected function setUp()
101101
);
102102
$this->_validator = new \Magento\Framework\Code\Validator();
103103
$this->_validator->add(new \Magento\Framework\Code\Validator\ConstructorIntegrity());
104-
$this->_validator->add(new \Magento\Framework\Code\Validator\ContextAggregation());
105104
$this->_validator->add(new \Magento\Framework\Code\Validator\TypeDuplication());
106105
$this->_validator->add(new \Magento\Framework\Code\Validator\ArgumentSequence());
107106
$this->_validator->add(new \Magento\Framework\Code\Validator\ConstructorArgumentTypes());

setup/src/Magento/Setup/Test/Unit/Module/Di/Code/Reader/InstancesNamesList/InterceptionsTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ protected function setUp()
6969
$this->classReaderMock,
7070
$this->validatorMock,
7171
new \Magento\Framework\Code\Validator\ConstructorIntegrity(),
72-
new \Magento\Framework\Code\Validator\ContextAggregation(),
7372
$this->logMock
7473
);
7574
}

0 commit comments

Comments
 (0)