浏览代码

remove chat

mscherer 5 年之前
父节点
当前提交
20eafc2612
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      tests/TestCase/Controller/Component/CommonComponentTest.php

+ 2 - 2
tests/TestCase/Controller/Component/CommonComponentTest.php

@@ -229,7 +229,7 @@ class CommonComponentTest extends TestCase {
 		$result = CommonComponent::defaultUrlParams();
 		$result = CommonComponent::defaultUrlParams();
 		$expected = [
 		$expected = [
 			'plugin' => false,
 			'plugin' => false,
-			'admin' => false,
+			'prefix' => false,
 			'tests' => false,
 			'tests' => false,
 		];
 		];
 		$this->assertEquals($expected, $result);
 		$this->assertEquals($expected, $result);
@@ -237,7 +237,7 @@ class CommonComponentTest extends TestCase {
 		$result = CommonComponent::defaultUrlParams();
 		$result = CommonComponent::defaultUrlParams();
 		$expected = [
 		$expected = [
 			'plugin' => false,
 			'plugin' => false,
-			'admin' => false,
+			'prefix' => false,
 		];
 		];
 		$this->assertEquals($expected, $result);
 		$this->assertEquals($expected, $result);
 	}
 	}