mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
chore(doc): add naming changes for plugin skeleton (#17281)
Add tests kernel and console naming changes. | Q | A |-----------------|----- | Branch? | 1.14 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no<!-- don't forget to update the UPGRADE-*.md file --> | Related tickets | fixes #X, partially #Y, mentioned in #Z | License | MIT <!-- - Bug fixes must be submitted against the 1.13 branch - Features and deprecations must be submitted against the 1.14 branch - Features, removing deprecations and BC breaks must be submitted against the 2.0 branch - Make sure that the correct base branch is set To be sure you are not breaking any Backward Compatibilities, check the documentation: https://docs.sylius.com/en/latest/book/organization/backward-compatibility-promise.html -->
This commit is contained in:
commit
60919f542c
1 changed files with 4 additions and 0 deletions
|
|
@ -26,6 +26,10 @@ to reflect your plugin functionality. Basing on the vendor and plugin names esta
|
|||
|
||||
* ``Acme\SyliusExamplePlugin\AcmeSyliusExamplePlugin::class`` -> ``IronMan\SyliusProductOnDemandPlugin\IronManSyliusProductOnDemandPlugin::class``
|
||||
|
||||
* In ``tests/Application/Kernel.php`` and ``tests/Application/bin/console``:
|
||||
|
||||
* ``Tests\Acme\SyliusExamplePlugin\Application`` -> ``Tests\IronMan\SyliusProductOnDemandPlugin\Application``
|
||||
|
||||
* In ``phpspec.yml.dist`` (if you want to use PHPSpec in your plugin):
|
||||
|
||||
* ``Acme\SyliusExamplePlugin`` -> ``IronMan\SyliusProductOnDemandPlugin``
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue