Fix tests

This commit is contained in:
ErickSkrauch
2019-12-15 00:49:54 +03:00
parent e8b71d33d0
commit 04e399c726
6 changed files with 88 additions and 18 deletions

View File

@@ -1,10 +1,6 @@
<?php
Codeception\PHPUnit\Init::init();
defined('YII_DEBUG') || define('YII_DEBUG', true);
defined('YII_ENV') || define('YII_ENV', 'test');
defined('YII_APP_BASE_PATH') || define('YII_APP_BASE_PATH', __DIR__ . '/../../');
require_once YII_APP_BASE_PATH . '/vendor/autoload.php';