From 02fa64b94f65938d19bbe75ac743b656fd841c16 Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Mon, 29 Aug 2016 19:29:39 +0300 Subject: [PATCH] Fixed typo in command name [skip ci] --- for/yii.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/for/yii.md b/for/yii.md index 5a8853e54..c1447cbb7 100644 --- a/for/yii.md +++ b/for/yii.md @@ -213,7 +213,7 @@ Tests also include namespaces for testcase classes and testers to avoid conflict To start you need to install Codeception via Composer ``` -composer require "codeception/codecepton" --dev +composer require "codeception/codeception" --dev ``` Create basic test suites @@ -269,4 +269,4 @@ modules: configFile: 'config/test.php' ``` -This way we don't need to provide test config for each defined suite. \ No newline at end of file +This way we don't need to provide test config for each defined suite.