1
0
www.mikescher.com/tests/codeception/unit/models/UserTest.php

18 lines
327 B
PHP
Raw Permalink Normal View History

2016-05-01 00:27:44 +02:00
<?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
}