diff --git a/phpunit.xml b/phpunit.xml index 1b99ada1fa7..b4224ac2ff6 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -6,5 +6,8 @@ tests/helpers + + tests/models + diff --git a/tests/models/TemplateConfigurationTest.php b/tests/models/TemplateConfigurationTest.php new file mode 100644 index 00000000000..ab320255a8a --- /dev/null +++ b/tests/models/TemplateConfigurationTest.php @@ -0,0 +1,22 @@ +prepareTemplateRendering(); + } +}