cleanup and re-aranged codeception tests for basic app

follow up to PR #1393
This commit is contained in:
Carsten Brandt
2013-12-17 00:27:33 +01:00
parent 57277f7415
commit 8621949f52
47 changed files with 1587 additions and 2198 deletions

View File

@ -1,3 +1,9 @@
<?php
require_once(__DIR__.'/yii_bootstrap.php');
defined('YII_DEBUG') or define('YII_DEBUG', true);
defined('YII_ENV') or define('YII_ENV', 'test');
require_once(__DIR__ . '/../vendor/autoload.php');
require_once(__DIR__ . '/../vendor/yiisoft/yii2/yii/Yii.php');
Yii::setAlias('@tests', __DIR__);