Issue type
Overview description
the directory generated by the following command does not support custom nodes, so please support it.
bin/cake bake cell
bin/cake bake command
bin/cake bake mailer
bin/cake bake middleware
bin/cake bake seed
bin/cake bake plugin
bin/cake bake shell_helper
bin/cake bake task
bin/cake bake fixture
bin/cake bake test
Expected results
the directories generated by commands that do not support custom nodes are as follows.
bin/cake bake cell : src/View/Cell/ and src/Template/Cell/
bin/cake bake command : src/Command/
bin/cake bake mailer : src/Mailer/
bin/cake bake middleware : src/Middleware/
bin/cake bake seed : config/Seeds/
bin/cake bake plugin : plugins/
bin/cake bake shell_helper : src/Shell/Helper/
bin/cake bake task : src/Shell/Task/
bin/cake bake fixture : tests/Fixture/
bin/cake bake test : tests/TestCase/
Issue type
Overview description
the directory generated by the following command does not support custom nodes, so please support it.
bin/cake bake cellbin/cake bake commandbin/cake bake mailerbin/cake bake middlewarebin/cake bake seedbin/cake bake pluginbin/cake bake shell_helperbin/cake bake taskbin/cake bake fixturebin/cake bake testExpected results
the directories generated by commands that do not support custom nodes are as follows.
bin/cake bake cell:src/View/Cell/andsrc/Template/Cell/bin/cake bake command:src/Command/bin/cake bake mailer:src/Mailer/bin/cake bake middleware:src/Middleware/bin/cake bake seed:config/Seeds/bin/cake bake plugin:plugins/bin/cake bake shell_helper:src/Shell/Helper/bin/cake bake task:src/Shell/Task/bin/cake bake fixture:tests/Fixture/bin/cake bake test:tests/TestCase/