Skip to content

Commit e0035a0

Browse files
committed
auto updated documentation
1 parent 18a723e commit e0035a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/08-Customization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ codecept init Acceptance --path acceptance_tests
394394
You will be asked several questions and then config files will be generated and all necessary directories will be created.
395395
Learn from the examples above to build a custom Installation Template. Here are the basic rules you should follow:
396396

397-
* Templates should be inherited from [`Codeception\InitTemplate`](http://codeception.com/docs/reference/InitTemplate) class and implement `setup` method.
397+
* Templates should be inherited from [Codeception\InitTemplate](http://codeception.com/docs/reference/InitTemplate) class and implement `setup` method.
398398
* Template class should be placed in `Codeception\Template` namespace so Codeception could locate them by class name
399399
* Use methods like `say`, `saySuccess`, `sayWarning`, `sayError`, `ask`, to interact with a user.
400400
* Use `createDirectoryFor`, `createEmptyDirectory` methods to create directories

0 commit comments

Comments
 (0)