mirror of
https://github.com/silverstripe/silverstripe-subsites
synced 2024-10-22 09:05:55 +00: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;
|
return $obj;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Tests the initial state of disable_subsite_filter
|
||||||
|
*/
|
||||||
|
function testDisableSubsiteFilter() {
|
||||||
|
$this->assertFalse(Subsite::$disable_subsite_filter);
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user