mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +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 $illegalExtensions = array(
|
||||
'SiteTree' => array('SiteTreeSubsites')
|
||||
'SiteTree' => array('SiteTreeSubsites', 'Translatable')
|
||||
);
|
||||
|
||||
protected $extraDataObjects = array(
|
||||
|
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user