MageTest / MageSpec

PHPSpec for Magento
MIT License
91 stars 24 forks source link

Refactor `LocatorAssembler` so that it doesn't use phpspec internal method #147

Open maxbaldanza opened 7 years ago

maxbaldanza commented 7 years ago

LocatorAssember uses addConfigurator which is marked as internal only: https://github.com/phpspec/phpspec/blob/fe554bfeb5cfe7f5c54fee10cd07ba6dfe733b45/src/PhpSpec/ServiceContainer/IndexedServiceContainer.php#L191

Refactor to remove this usage.