Fixing test failures because of Translatable and SiteTreeSubsites

This commit is contained in:
Sean Harvey 2014-01-16 11:36:25 +13:00
parent 046a5fd6bb
commit e93abc6eb2
2 changed files with 6 additions and 2 deletions

View File

@ -8,7 +8,7 @@ class SiteTreeTest extends SapphireTest {
protected static $fixture_file = 'SiteTreeTest.yml';
protected $illegalExtensions = array(
'SiteTree' => array('SiteTreeSubsites')
'SiteTree' => array('SiteTreeSubsites', 'Translatable')
);
protected $extraDataObjects = array(

View File

@ -11,7 +11,11 @@
class ZZZSearchFormTest extends FunctionalTest {
protected static $fixture_file = 'SearchFormTest.yml';
protected $illegalExtensions = array(
'SiteTree' => array('SiteTreeSubsites', 'Translatable')
);
protected $mockController;
public function waitUntilIndexingFinished() {