Browse Source

Upgrade captcha

mscherer 6 years ago
parent
commit
e2331daa56
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/TestSuite/IntegrationTestCase.php

+ 2 - 2
src/TestSuite/IntegrationTestCase.php

@@ -2,12 +2,12 @@
 
 
 namespace Tools\TestSuite;
 namespace Tools\TestSuite;
 
 
-use Cake\TestSuite\IntegrationTestCase as CakeIntegrationTestCase;
+use Shim\TestSuite\IntegrationTestCase as ShimIntegrationTestCase;
 
 
 /**
 /**
  * Tools TestCase class
  * Tools TestCase class
  */
  */
-abstract class IntegrationTestCase extends CakeIntegrationTestCase {
+abstract class IntegrationTestCase extends ShimIntegrationTestCase {
 
 
 	use ToolsTestTrait;
 	use ToolsTestTrait;