Adjusted testing namespaces in application templates

This commit is contained in:
Alexander Makarov
2014-08-24 14:14:35 +04:00
parent 2af195d8f7
commit c9d51ee0fd
57 changed files with 88 additions and 88 deletions

View File

@@ -1,6 +1,6 @@
<?php
namespace codeception\unit\models;
namespace tests\codeception\unit\models;
use yii\codeception\TestCase;