Skip to content

Commit

Permalink
Fix site_setting path
Browse files Browse the repository at this point in the history
  • Loading branch information
topaz2 committed Apr 3, 2015
1 parent 6606629 commit f90aef1
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Test/Case/Controller/BbsAuthoritySettingsControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
);

/**
Expand All @@ -37,4 +37,4 @@ class BbsAuthoritySettingsControllerTest extends ControllerTestCase {
public function test() {
$this->assertTrue(true);
}
}
}
4 changes: 2 additions & 2 deletions Test/Case/Controller/BbsCommentsControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
);

/**
Expand All @@ -37,4 +37,4 @@ class BbsCommentsControllerTest extends ControllerTestCase {
public function test() {
$this->assertTrue(true);
}
}
}
4 changes: 2 additions & 2 deletions Test/Case/Controller/BbsFrameSettingsControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
);

/**
Expand All @@ -37,4 +37,4 @@ class BbsFrameSettingsControllerTest extends ControllerTestCase {
public function test() {
$this->assertTrue(true);
}
}
}
4 changes: 2 additions & 2 deletions Test/Case/Controller/BbsPostsControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
);

/**
Expand All @@ -37,4 +37,4 @@ class BbsPostsControllerTest extends ControllerTestCase {
public function test() {
$this->assertTrue(true);
}
}
}
4 changes: 2 additions & 2 deletions Test/Case/Controller/BbsesControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
);

/**
Expand All @@ -37,4 +37,4 @@ class BbsesControllerTest extends ControllerTestCase {
public function test() {
$this->assertTrue(true);
}
}
}

0 comments on commit f90aef1

Please sign in to comment.