From 1328ee8093482ff19084c960eaedc887b7d34d67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90=E1=BB=97=20V=C4=83n=20H=C3=B9ng?= Date: Thu, 22 Feb 2024 09:24:09 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=B3=E3=83=A1=E3=83=B3=E3=83=88=E3=81=AE?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/bc-blog/tests/TestCase/View/Helper/BlogHelperTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/bc-blog/tests/TestCase/View/Helper/BlogHelperTest.php b/plugins/bc-blog/tests/TestCase/View/Helper/BlogHelperTest.php index 1a06647151..3e5171d2a1 100755 --- a/plugins/bc-blog/tests/TestCase/View/Helper/BlogHelperTest.php +++ b/plugins/bc-blog/tests/TestCase/View/Helper/BlogHelperTest.php @@ -653,7 +653,7 @@ public static function prevLinkDataProvider() return [ [4, 2, '9000-08-10 18:58:07', '≪ title 1'], [4, 1, '1000-08-10 18:58:07', ''], - [3, 3, '9000-08-10 18:58:07', ''], // 存在しないブログコンテンツ + [3, 3, '9000-08-10 18:58:07', ''], [3, 2, '1000-08-10 18:58:07', '≪ title 1'], ]; }