09237c013e
follow up to PR #1393
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
|
|
}
|