9 lines
98 B
PHP
9 lines
98 B
PHP
<?php
|
|
|
|
namespace tests\unit\models;
|
|
|
|
class ContactFormTest extends \yii\codeception\TestCase
|
|
{
|
|
|
|
}
|