Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/en/development.rst
Original file line number Diff line number Diff line change
Expand Up @@ -314,10 +314,10 @@ command name::
$this->Test->classTypes[$name] = 'Foo';
}

return parent::bakeTest($className);
parent::bakeTest($className, $args, $io);
}

* 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``
call. In the previous example, it would create a ``ExampleFooTest.php`` file.
* The **class type** will be the sub-namespace used that will lead to your
file (relative to the app or the plugin you are baking into). In the previous
Expand Down
Loading