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

26 lines
296 B
PHP
Raw Normal View History

2013-12-02 19:25:21 +08:00
<?php
namespace tests\unit\models;
#use yii\test\DbTestTrait;
class UserTest extends \tests\_helpers\TestCase
2013-12-02 19:25:21 +08:00
{
use DbTestTrait;
protected function setUp()
{
/*
*
2013-12-02 19:25:21 +08:00
* you can load fixtures in this way
*
parent::setUp();
2013-12-02 19:25:21 +08:00
$this->loadFixtures([
'tbl_user',
]);
*/
}
}