Skip to content
This repository has been archived by the owner on Sep 16, 2021. It is now read-only.

Commit

Permalink
Added test for template default config
Browse files Browse the repository at this point in the history
  • Loading branch information
Peekmo committed Feb 17, 2015
1 parent 77cba0e commit 31f03eb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Tests/Unit/DependencyInjection/ConfigurationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ public function testDefaultsForAllConfigFormats()
'sitemap' => array(
'enabled' => false,
'default_chan_frequency' => 'always'
'templates' => array(
'xml' => 'CmfSeoBundle:Sitemap:index.xml.twig',
'html' => 'CmfSeoBundle:Sitemap:index.html.twig'
)
),
);

Expand Down

0 comments on commit 31f03eb

Please sign in to comment.