|
20 | 20 | Magento\Framework\Config\Scope::class => null, // scope changes during test
|
21 | 21 | Magento\Framework\App\ResourceConnection\Config::class => null, // configuration for connections
|
22 | 22 | Magento\Framework\Module\ModuleList::class => null, // This one is needed to pass on Jenkins build
|
| 23 | + Magento\Framework\Filter\FilterManager::class => null, |
| 24 | + Magento\Framework\View\Asset\PreProcessor\Helper\Sort::class => null, |
| 25 | + Magento\Framework\Validator\EmailAddress::class => null, // FIXME!!!! |
23 | 26 | // Magento\SalesRule\Model\DeltaPriceRound::class => null,
|
24 | 27 | // Magento\SalesRule\Helper\CartFixedDiscount::class => null,
|
25 | 28 | // Magento\SalesRule\Api\Data\RuleInterfaceFactory::class => null,
|
|
63 | 66 | // Magento\Catalog\Model\ResourceModel\Product\Indexer\Price\BatchSizeCalculator::class => null,
|
64 | 67 | // Magento\Catalog\Model\ResourceModel\Product\Attribute\Collection::class => null,
|
65 | 68 | // Magento\Catalog\Model\Product\Attribute\Repository::class => null,
|
66 |
| -// Magento\Catalog\Model\ResourceModel\Product::class => null, |
| 69 | + Magento\Catalog\Model\ResourceModel\Product::class => null, |
67 | 70 | // Magento\Catalog\Model\ProductRepository::class => null,
|
68 | 71 | // Magento\Catalog\Model\Product\Type::class => null,
|
69 | 72 | // Magento\Catalog\Model\Product\Link::class => null,
|
|
260 | 263 | // phpcs:enable Generic.Files.LineLength.TooLong
|
261 | 264 | Magento\Framework\Lock\Proxy::class => null,
|
262 | 265 | Magento\TestFramework\ObjectManager\Config::class => null,
|
| 266 | + Magento\Framework\Escaper::class => null, |
| 267 | + Magento\Framework\Css\PreProcessor\Adapter\CssInliner::class => null, // FIXME |
263 | 268 | ],
|
264 | 269 | '*-fromConstructed' => [
|
265 | 270 | // phpcs:disable Generic.Files.LineLength.TooLong
|
|
342 | 347 | null, // Note: We may need to check to see if this needs to be reset when config changes
|
343 | 348 | Magento\ConfigurableProduct\Model\Product\Type\Configurable\Interceptor::class => null,
|
344 | 349 | Magento\Catalog\Model\Product\Type\Simple\Interceptor::class => null,
|
| 350 | + Magento\Eav\Api\Data\AttributeExtension::class => |
| 351 | + null, // FIXME: This needs to be fixed. is_pagebuilder_enabled 0 => null // Bug is in Pagebuilder? |
345 | 352 | Magento\TestFramework\Event\Magento::class => null,
|
346 | 353 | Magento\Store\Model\Website\Interceptor::class => null, // reset by poison pill
|
347 | 354 | Magento\Eav\Model\Entity\Type::class => null, // attribute types should be destroyed by poison pill
|
|
0 commit comments