浏览代码

Upgrade captcha

mscherer 6 年之前
父节点
当前提交
e2331daa56
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/TestSuite/IntegrationTestCase.php

+ 2 - 2
src/TestSuite/IntegrationTestCase.php

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