From 5d6937064348fe1375375d970005bc92b4e2c372 Mon Sep 17 00:00:00 2001 From: s-nakajima Date: Sun, 10 Mar 2019 09:44:26 +0900 Subject: [PATCH 1/2] =?UTF-8?q?phpunit=E3=82=A8=E3=83=A9=E3=83=BC=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Test/Case/Controller/LinkBlocksController/EditTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Test/Case/Controller/LinkBlocksController/EditTest.php b/Test/Case/Controller/LinkBlocksController/EditTest.php index c5f30fa..4e49383 100644 --- a/Test/Case/Controller/LinkBlocksController/EditTest.php +++ b/Test/Case/Controller/LinkBlocksController/EditTest.php @@ -65,7 +65,7 @@ class LinkBlocksControllerEditTest extends BlocksControllerEditTest { private function __data($isEdit) { $frameId = '6'; if ($isEdit) { - $blockId = '4'; + $blockId = '2'; $blockKey = 'block_2'; $linkId = '3'; $linkKey = $blockKey; From a507ef0c5738449839ddccf48fed8b006a3f6ef2 Mon Sep 17 00:00:00 2001 From: s-nakajima Date: Mon, 11 Mar 2019 10:56:02 +0900 Subject: [PATCH 2/2] =?UTF-8?q?phpunit=E3=82=A8=E3=83=A9=E3=83=BC=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../LinkBlockRolePermissionsController/EditTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Test/Case/Controller/LinkBlockRolePermissionsController/EditTest.php b/Test/Case/Controller/LinkBlockRolePermissionsController/EditTest.php index 4cbcb25..cc49d93 100644 --- a/Test/Case/Controller/LinkBlockRolePermissionsController/EditTest.php +++ b/Test/Case/Controller/LinkBlockRolePermissionsController/EditTest.php @@ -75,8 +75,8 @@ private function __data() { 'LinkSetting' => array( 'id' => 2, 'block_key' => 'block_2', - 'use_workflow' => true, - 'approval_type' => true, + 'use_workflow' => '1', + 'approval_type' => '1', ) );