mirror of
https://github.com/silverstripe/silverstripe-subsites
synced 2024-10-22 09:05:55 +00:00
FIX: Added test to BaseSubsiteTest to prevent PHPUnit warnings
This commit is contained in:
parent
c1efccfe6c
commit
fe3537afc0
@ -10,4 +10,11 @@ class BaseSubsiteTest extends SapphireTest {
|
||||
|
||||
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