mirror of
https://github.com/yiisoft/yii2.git
synced 2026-03-09 08:47:34 +01:00
11 lines
142 B
PHP
11 lines
142 B
PHP
<?php
|
|
|
|
namespace tests\unit\models;
|
|
|
|
use yii\codeception\TestCase;
|
|
|
|
class ContactFormTest extends TestCase
|
|
{
|
|
// TODO add test methods here
|
|
}
|