17 lines
173 B
PHP
17 lines
173 B
PHP
<?php
|
|
|
|
namespace tests\unit\models;
|
|
|
|
class ContactFormTest extends \PHPUnit_Framework_TestCase
|
|
{
|
|
|
|
protected function setUp()
|
|
{
|
|
}
|
|
|
|
protected function tearDown()
|
|
{
|
|
}
|
|
|
|
}
|