Skip to content

Commit

Permalink
Dev: Small test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Oct 16, 2017
1 parent 85350cc commit a401211
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/models/TemplateConfigurationTest.php
Expand Up @@ -17,8 +17,7 @@ class TemplateConfigurationTest extends TestBaseClass
*/
public function testCopyMinimalTemplate()
{
$tempConf = new \TemplateConfiguration();
$tempConf->template = 'default';
$tempConf = \TemplateConfiguration::getInstanceFromTemplateName('default');
$tempConf->prepareTemplateRendering('default');
}
}

0 comments on commit a401211

Please sign in to comment.