This repository has been archived by the owner on Apr 29, 2022. It is now read-only.
Releases: linusshops/prophet
Releases · linusshops/prophet
v0.8.5
v0.8.4
v0.8.2
v0.8.1.1
v0.8.1
v0.8.0
Massive overhaul of test framework usage in the march to v1.0.
- Test frameworks must now be explicitly installed. They are fully isolated from Prophet, which prevents Prophet's dependencies from causing issues with those of the test frameworks.
prophet framework:install phpunit
andprophet framework:install behat
will install the two frameworks from the support repositories.
Many features have been deleted or radically reworked.
- PD has been replaced by LinusShops\Prophet\Injector
- Injector contains all magento bootstrapping and event code.
- Plugin system has been removed.
- Inspect command has been removed.