chore(doc): add naming changes for plugin skeleton

Add tests kernel and console naming changes.
This commit is contained in:
Thomas Decaux 2024-10-21 14:26:42 +02:00 committed by GitHub
parent 6fd4137585
commit 4f936a7ad9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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``