From 284b3565e8a598bfd3cd3b15546a508ddf743c69 Mon Sep 17 00:00:00 2001 From: komal-ficode <46098688+komal-ficode@users.noreply.github.com> Date: Wed, 2 Jan 2019 12:19:07 +0530 Subject: [PATCH 1/3] Update composer.json --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index aca991929..13fe26311 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,8 @@ "codeception/base": "~2.3.0", "codeception/verify": "~0.4.0", - "codeception/specify": "~0.4.6" + "codeception/specify": "~0.4.6", + "guzzlehttp/guzzle": ">=4.1.4 <7.0" }, "config": { "process-timeout": 1800, From 3db50967adbc3dddb43ff8294fce288dc0096e81 Mon Sep 17 00:00:00 2001 From: komal-ficode <46098688+komal-ficode@users.noreply.github.com> Date: Wed, 2 Jan 2019 13:21:16 +0530 Subject: [PATCH 2/3] Create cept.bat --- cept.bat | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 cept.bat diff --git a/cept.bat b/cept.bat new file mode 100644 index 000000000..75203532e --- /dev/null +++ b/cept.bat @@ -0,0 +1,5 @@ +@echo off +@setlocal +set CODECEPT_PATH=vendor/bin/ +"%CODECEPT_PATH%codecept.bat" %* +@endlocal From 95a48a46451aa45ff047b3082b011968567ffadf Mon Sep 17 00:00:00 2001 From: komal-ficode <46098688+komal-ficode@users.noreply.github.com> Date: Wed, 2 Jan 2019 16:54:55 +0530 Subject: [PATCH 3/3] Update db.php --- config/db.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/db.php b/config/db.php index bc75e616f..980d53f5c 100644 --- a/config/db.php +++ b/config/db.php @@ -4,7 +4,7 @@ 'class' => 'yii\db\Connection', 'dsn' => 'mysql:host=localhost;dbname=yii2basic', 'username' => 'root', - 'password' => '', + 'password' => 'root', 'charset' => 'utf8', // Schema cache options (for production environment)