浏览代码

Fix tests.

mscherer 5 年之前
父节点
当前提交
c24bdaedc9
共有 2 个文件被更改,包括 2 次插入0 次删除
  1. 1 0
      tests/TestCase/Form/ContactFormTest.php
  2. 1 0
      tests/TestCase/Model/Entity/EntityTest.php

+ 1 - 0
tests/TestCase/Form/ContactFormTest.php

@@ -3,6 +3,7 @@
 namespace Tools\Test\TestCase\Form;
 
 use Shim\TestSuite\TestCase;
+use Tools\Form\ContactForm;
 
 class ContactFormTest extends TestCase {
 

+ 1 - 0
tests/TestCase/Model/Entity/EntityTest.php

@@ -4,6 +4,7 @@ namespace Tools\Test\TestCase\Model\Entity;
 
 use Cake\ORM\TableRegistry;
 use Shim\TestSuite\TestCase;
+use Tools\Model\Entity\Entity;
 
 class EntityTest extends TestCase {