initial commit

This commit is contained in:
2015-09-17 22:03:15 +02:00
commit 4edcf5536e
185 changed files with 5484 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
<?php
namespace tests\codeception\backend\unit;
class TestCase extends \yii\codeception\TestCase
{
public $appConfig = '@tests/codeception/config/backend/unit.php';
}