We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a2dcfa5 + 99a1aac commit 970f37fCopy full SHA for 970f37f
docs/en/development.rst
@@ -314,10 +314,10 @@ command name::
314
$this->Test->classTypes[$name] = 'Foo';
315
}
316
317
- return parent::bakeTest($className);
+ parent::bakeTest($className, $args, $io);
318
319
320
-* The **class suffix** will be appened to the name provided in your ``bake``
+* The **class suffix** will be appended to the name provided in your ``bake``
321
call. In the previous example, it would create a ``ExampleFooTest.php`` file.
322
* The **class type** will be the sub-namespace used that will lead to your
323
file (relative to the app or the plugin you are baking into). In the previous
0 commit comments