From afe1019f4d7a90c5948a0c4f771a6aa08577e9cc Mon Sep 17 00:00:00 2001 From: Olle Haerstedt Date: Mon, 16 Oct 2017 13:59:26 +0200 Subject: [PATCH] Dev: Add test class for TemplateConfiguration --- phpunit.xml | 3 +++ tests/models/TemplateConfigurationTest.php | 22 ++++++++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 tests/models/TemplateConfigurationTest.php 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(); + } +}