Fix namespaces in unit tests (#171)
This commit is contained in:
parent
72af82e3e1
commit
069ec1f6d0
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
namespace tests\models;
|
namespace tests\unit\models;
|
||||||
|
|
||||||
class ContactFormTest extends \Codeception\Test\Unit
|
class ContactFormTest extends \Codeception\Test\Unit
|
||||||
{
|
{
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
namespace tests\models;
|
namespace tests\unit\models;
|
||||||
|
|
||||||
use app\models\LoginForm;
|
use app\models\LoginForm;
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
namespace tests\models;
|
namespace tests\unit\models;
|
||||||
|
|
||||||
use app\models\User;
|
use app\models\User;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user