Fix unit tests
This commit is contained in:
parent
c49e9411dc
commit
3d4b451744
|
|
@ -6,6 +6,8 @@ use Cms\Classes\Theme;
|
|||
class TestCmsObject extends CmsObject
|
||||
{
|
||||
protected $dirName = 'testobjects';
|
||||
|
||||
protected $allowedExtensions = ['htm', 'html'];
|
||||
}
|
||||
|
||||
class TestTemporaryCmsObject extends CmsObject
|
||||
|
|
|
|||
Loading…
Reference in New Issue