diff --git a/plugins/bc-blog/tests/TestCase/Controller/BlogControllerTest.php b/plugins/bc-blog/tests/TestCase/Controller/BlogControllerTest.php index eacf71ca5d..b6c8f050cd 100755 --- a/plugins/bc-blog/tests/TestCase/Controller/BlogControllerTest.php +++ b/plugins/bc-blog/tests/TestCase/Controller/BlogControllerTest.php @@ -81,7 +81,7 @@ public function testInitialize() */ public function test_beforeFilter() { - + $this->markTestIncomplete('このテストはまだ実装されていません。'); } /** @@ -216,6 +216,7 @@ public function test_archives() */ public function test_posts() { + $this->markTestIncomplete('このテストはまだ実装されていません。'); //準備 //正常系実行 @@ -362,6 +363,7 @@ public function test_ajax_add_comment() */ public function test_captcha() { + $this->markTestIncomplete('このテストはまだ実装されていません。'); //準備 //正常系実行