Removing unused classes from unit test models. (#162)

This commit is contained in:
Aleksandar Belic 2017-12-11 16:59:34 +01:00 committed by Alexander Makarov
parent 33882b152b
commit a31ee4418a
2 changed files with 0 additions and 3 deletions

View File

@ -2,8 +2,6 @@
namespace tests\models;
use app\models\ContactForm;
class ContactFormTest extends \Codeception\Test\Unit
{
private $model;

View File

@ -3,7 +3,6 @@
namespace tests\models;
use app\models\LoginForm;
use Codeception\Specify;
class LoginFormTest extends \Codeception\Test\Unit
{