From faa77bd593caf04696e025e0ca3d0af0875d004d Mon Sep 17 00:00:00 2001 From: s-nakajima Date: Mon, 11 Mar 2019 10:56:25 +0900 Subject: [PATCH] =?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 --- .../PhotoAlbumBlockRolePermissionsController/EditTest.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Test/Case/Controller/PhotoAlbumBlockRolePermissionsController/EditTest.php b/Test/Case/Controller/PhotoAlbumBlockRolePermissionsController/EditTest.php index d729f58..56e35ae 100644 --- a/Test/Case/Controller/PhotoAlbumBlockRolePermissionsController/EditTest.php +++ b/Test/Case/Controller/PhotoAlbumBlockRolePermissionsController/EditTest.php @@ -65,9 +65,9 @@ private function __data() { 'PhotoAlbum' => array( 'id' => 2, 'blog_key' => 'blog_key_2', - 'use_workflow' => true, - 'use_comment_approval' => true, - 'approval_type' => true, + 'use_workflow' => '1', + 'use_comment_approval' => '1', + 'approval_type' => '1', ) );