yii2-netdisk/tests/unit/models/LoginFormTest.php

10 lines
139 B
PHP
Raw Normal View History

2013-12-02 19:25:21 +08:00
<?php
namespace tests\unit\models;
use yii\codeception\TestCase;
2013-12-02 19:25:21 +08:00
class LoginFormTest extends TestCase
{
// TODO add test methods here
2013-12-02 19:25:21 +08:00
}