Browse Source

Fix tests.

mscherer 5 years ago
parent
commit
c24bdaedc9

+ 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 {