09237c013e
follow up to PR #1393
10 lines
139 B
PHP
10 lines
139 B
PHP
<?php
|
|
|
|
namespace tests\unit\models;
|
|
|
|
use yii\codeception\TestCase;
|
|
|
|
class LoginFormTest extends TestCase
|
|
{
|
|
// TODO add test methods here
|
|
} |