yii2-netdisk/tests/unit/models/UserTest.php
2013-12-02 15:25:21 +04:00

28 lines
313 B
PHP

<?php
namespace tests\unit\models;
#use yii\test\DbTestTrait;
class UserTest extends \PHPUnit_Framework_TestCase
{
use DbTestTrait;
protected function setUp()
{
/*
* you can load fixtures in this way
*
$this->loadFixtures([
'tbl_user',
]);
*/
}
protected function tearDown()
{
}
}