mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
MINOR: Fix to SiteTreeTest's data fixtures
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@63822 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
f2474a0ae2
commit
b79c0661a4
@ -121,6 +121,9 @@ class SiteTreeTest extends SapphireTest {
|
||||
|
||||
}
|
||||
|
||||
class SiteTreeTest_PageNode extends SiteTree implements TestOnly { }
|
||||
// We make these extend page since that's what all page types are expected to do
|
||||
class SiteTreeTest_PageNode extends Page implements TestOnly { }
|
||||
class SiteTreeTest_PageNode_Controller extends Page_Controller implements TestOnly {
|
||||
}
|
||||
|
||||
?>
|
Loading…
x
Reference in New Issue
Block a user