mirror of
https://github.com/silverstripe/silverstripe-subsites
synced 2024-10-22 11:05:55 +02:00
Testing initial state of disable_subsite_filter
This commit is contained in:
parent
411abed7b8
commit
6f9a1bf6fb
@ -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);
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user