yii2-netdisk/tests/unit/models/UserTest.php
2016-07-14 21:03:28 +03:00

18 lines
327 B
PHP

<?php
namespace tests\codeception\unit\models;
use yii\codeception\TestCase;
class UserTest extends TestCase
{
protected function setUp()
{
parent::setUp();
// uncomment the following to load fixtures for user table
//$this->loadFixtures(['user']);
}
// TODO add test methods here
}