yii2-netdisk/tests/unit/models/ContactFormTest.php

11 lines
142 B
PHP
Raw Normal View History

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