Skip to content

Commit 069ec1f

Browse files
ricpelosamdark
authored andcommitted
Fix namespaces in unit tests (yiisoft#171)
1 parent 72af82e commit 069ec1f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tests/unit/models/ContactFormTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace tests\models;
3+
namespace tests\unit\models;
44

55
class ContactFormTest extends \Codeception\Test\Unit
66
{

tests/unit/models/LoginFormTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace tests\models;
3+
namespace tests\unit\models;
44

55
use app\models\LoginForm;
66

tests/unit/models/UserTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace tests\models;
3+
namespace tests\unit\models;
44

55
use app\models\User;
66

0 commit comments

Comments
 (0)