2013-12-02 15:25:21 +04:00
|
|
|
<?php
|
|
|
|
|
|
|
|
namespace tests\unit\models;
|
|
|
|
|
2013-12-17 00:27:33 +01:00
|
|
|
use yii\codeception\TestCase;
|
2013-12-02 15:25:21 +04:00
|
|
|
|
2013-12-17 00:27:33 +01:00
|
|
|
class ContactFormTest extends TestCase
|
|
|
|
{
|
|
|
|
// TODO add test methods here
|
2013-12-02 15:25:21 +04:00
|
|
|
}
|