mirror of
https://github.com/silverstripe/silverstripe-subsites
synced 2024-10-22 11:05:55 +02: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;
|
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