Testing initial state of disable_subsite_filter

This commit is contained in:
Sean Harvey 2013-04-30 15:50:45 +12:00
parent 411abed7b8
commit 6f9a1bf6fb
1 changed files with 9 additions and 1 deletions

View File

@ -10,4 +10,12 @@ class BaseSubsiteTest extends SapphireTest {
return $obj;
}
}
/**
* Tests the initial state of disable_subsite_filter
*/
function testDisableSubsiteFilter() {
$this->assertFalse(Subsite::$disable_subsite_filter);
}
}