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

18 lines
323 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 UserTest extends TestCase
2013-12-02 19:25:21 +08:00
{
2014-03-16 12:46:16 +08:00
protected function setUp()
{
parent::setUp();
// uncomment the following to load fixtures for table tbl_user
//$this->loadFixtures(['tbl_user']);
}
2013-12-02 19:25:21 +08:00
2014-03-16 12:46:16 +08:00
// TODO add test methods here
2013-12-02 19:25:21 +08:00
}