mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
Fixing test failures because of Translatable and SiteTreeSubsites
This commit is contained in:
parent
046a5fd6bb
commit
e93abc6eb2
@ -8,7 +8,7 @@ class SiteTreeTest extends SapphireTest {
|
|||||||
protected static $fixture_file = 'SiteTreeTest.yml';
|
protected static $fixture_file = 'SiteTreeTest.yml';
|
||||||
|
|
||||||
protected $illegalExtensions = array(
|
protected $illegalExtensions = array(
|
||||||
'SiteTree' => array('SiteTreeSubsites')
|
'SiteTree' => array('SiteTreeSubsites', 'Translatable')
|
||||||
);
|
);
|
||||||
|
|
||||||
protected $extraDataObjects = array(
|
protected $extraDataObjects = array(
|
||||||
|
@ -12,6 +12,10 @@ class ZZZSearchFormTest extends FunctionalTest {
|
|||||||
|
|
||||||
protected static $fixture_file = 'SearchFormTest.yml';
|
protected static $fixture_file = 'SearchFormTest.yml';
|
||||||
|
|
||||||
|
protected $illegalExtensions = array(
|
||||||
|
'SiteTree' => array('SiteTreeSubsites', 'Translatable')
|
||||||
|
);
|
||||||
|
|
||||||
protected $mockController;
|
protected $mockController;
|
||||||
|
|
||||||
public function waitUntilIndexingFinished() {
|
public function waitUntilIndexingFinished() {
|
||||||
|
Loading…
Reference in New Issue
Block a user