8 lines
95 B
PHP
8 lines
95 B
PHP
<?php
|
|
|
|
namespace tests\unit\models;
|
|
|
|
class LoginFormTest extends \yii\codeception\TestCase
|
|
{
|
|
|
|
} |