Fixed ContentControllerTest

This commit is contained in:
Ingo Schommer 2014-02-07 15:56:20 +13:00
parent 683b099308
commit 5ebb484b20
1 changed files with 3 additions and 1 deletions

View File

@ -8,6 +8,8 @@ class ContentControllerTest extends FunctionalTest {
protected static $fixture_file = 'ContentControllerTest.yml';
protected static $use_draft_site = true;
protected static $disable_themes = true;
/**
* Test that nested pages, basic actions, and nested/non-nested URL switching works properly
@ -131,7 +133,7 @@ class ContentControllerTest extends FunctionalTest {
**/
public function testGetViewer() {
// // Test a page without a controller (ContentControllerTest_PageWithoutController.ss)
// Test a page without a controller (ContentControllerTest_PageWithoutController.ss)
$page = new ContentControllerTestPageWithoutController();
$page->URLSegment = "test";
$page->write();