From f90aef15b51e371d90524fa83cdc3d03034a9d29 Mon Sep 17 00:00:00 2001 From: topaz2 Date: Fri, 3 Apr 2015 17:49:58 +0900 Subject: [PATCH] Fix site_setting path --- Test/Case/Controller/BbsAuthoritySettingsControllerTest.php | 4 ++-- Test/Case/Controller/BbsCommentsControllerTest.php | 4 ++-- Test/Case/Controller/BbsFrameSettingsControllerTest.php | 4 ++-- Test/Case/Controller/BbsPostsControllerTest.php | 4 ++-- Test/Case/Controller/BbsesControllerTest.php | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Test/Case/Controller/BbsAuthoritySettingsControllerTest.php b/Test/Case/Controller/BbsAuthoritySettingsControllerTest.php index 1c549e1..01cb91b 100644 --- a/Test/Case/Controller/BbsAuthoritySettingsControllerTest.php +++ b/Test/Case/Controller/BbsAuthoritySettingsControllerTest.php @@ -26,7 +26,7 @@ class BbsAuthoritySettingsControllerTest extends ControllerTestCase { 'plugin.bbses.bbs_frame_setting', 'plugin.bbses.bbs_post', 'plugin.bbses.bbs_posts_user', - 'plugin.bbses.site_setting' + 'plugin.net_commons.site_setting', ); /** @@ -37,4 +37,4 @@ class BbsAuthoritySettingsControllerTest extends ControllerTestCase { public function test() { $this->assertTrue(true); } -} \ No newline at end of file +} diff --git a/Test/Case/Controller/BbsCommentsControllerTest.php b/Test/Case/Controller/BbsCommentsControllerTest.php index 0cd26ee..4a6e1ad 100644 --- a/Test/Case/Controller/BbsCommentsControllerTest.php +++ b/Test/Case/Controller/BbsCommentsControllerTest.php @@ -26,7 +26,7 @@ class BbsCommentsControllerTest extends ControllerTestCase { 'plugin.bbses.bbs_frame_setting', 'plugin.bbses.bbs_post', 'plugin.bbses.bbs_posts_user', - 'plugin.bbses.site_setting' + 'plugin.net_commons.site_setting', ); /** @@ -37,4 +37,4 @@ class BbsCommentsControllerTest extends ControllerTestCase { public function test() { $this->assertTrue(true); } -} \ No newline at end of file +} diff --git a/Test/Case/Controller/BbsFrameSettingsControllerTest.php b/Test/Case/Controller/BbsFrameSettingsControllerTest.php index b927105..0e09351 100644 --- a/Test/Case/Controller/BbsFrameSettingsControllerTest.php +++ b/Test/Case/Controller/BbsFrameSettingsControllerTest.php @@ -26,7 +26,7 @@ class BbsFrameSettingsControllerTest extends ControllerTestCase { 'plugin.bbses.bbs_frame_setting', 'plugin.bbses.bbs_post', 'plugin.bbses.bbs_posts_user', - 'plugin.bbses.site_setting' + 'plugin.net_commons.site_setting', ); /** @@ -37,4 +37,4 @@ class BbsFrameSettingsControllerTest extends ControllerTestCase { public function test() { $this->assertTrue(true); } -} \ No newline at end of file +} diff --git a/Test/Case/Controller/BbsPostsControllerTest.php b/Test/Case/Controller/BbsPostsControllerTest.php index 37eef00..6f30530 100644 --- a/Test/Case/Controller/BbsPostsControllerTest.php +++ b/Test/Case/Controller/BbsPostsControllerTest.php @@ -26,7 +26,7 @@ class BbsPostsControllerTest extends ControllerTestCase { 'plugin.bbses.bbs_frame_setting', 'plugin.bbses.bbs_post', 'plugin.bbses.bbs_posts_user', - 'plugin.bbses.site_setting' + 'plugin.net_commons.site_setting', ); /** @@ -37,4 +37,4 @@ class BbsPostsControllerTest extends ControllerTestCase { public function test() { $this->assertTrue(true); } -} \ No newline at end of file +} diff --git a/Test/Case/Controller/BbsesControllerTest.php b/Test/Case/Controller/BbsesControllerTest.php index 193e924..2430076 100644 --- a/Test/Case/Controller/BbsesControllerTest.php +++ b/Test/Case/Controller/BbsesControllerTest.php @@ -26,7 +26,7 @@ class BbsesControllerTest extends ControllerTestCase { 'plugin.bbses.bbs_frame_setting', 'plugin.bbses.bbs_post', 'plugin.bbses.bbs_posts_user', - 'plugin.bbses.site_setting' + 'plugin.net_commons.site_setting', ); /** @@ -37,4 +37,4 @@ class BbsesControllerTest extends ControllerTestCase { public function test() { $this->assertTrue(true); } -} \ No newline at end of file +}