Fix unit tests

This commit is contained in:
Luke Towers 2020-09-04 12:15:00 -06:00
parent c49e9411dc
commit 3d4b451744
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@ use Cms\Classes\Theme;
class TestCmsObject extends CmsObject
{
protected $dirName = 'testobjects';
protected $allowedExtensions = ['htm', 'html'];
}
class TestTemporaryCmsObject extends CmsObject