From 4f936a7ad976cf60738f1322b2b2ada96b771d06 Mon Sep 17 00:00:00 2001 From: Thomas Decaux Date: Mon, 21 Oct 2024 14:26:42 +0200 Subject: [PATCH] chore(doc): add naming changes for plugin skeleton Add tests kernel and console naming changes. --- docs/book/plugins/guide/naming.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/book/plugins/guide/naming.rst b/docs/book/plugins/guide/naming.rst index 3a278dad34..9430727ccf 100644 --- a/docs/book/plugins/guide/naming.rst +++ b/docs/book/plugins/guide/naming.rst @@ -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``