Skip to content

Commit

Permalink
made the test configuration inherit from the dev one by default in th…
Browse files Browse the repository at this point in the history
…e skeleton
  • Loading branch information
fabpot committed Jun 15, 2010
1 parent 1fbabff commit 14cb6dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Expand Up @@ -11,12 +11,11 @@
http://www.symfony-project.org/schema/dic/symfony/profiler http://www.symfony-project.org/schema/dic/symfony/profiler-1.0.xsd">

<imports>
<import resource="config.xml" />
<import resource="config_dev.xml" />
</imports>

<zend:logger
priority="info"
path="%kernel.logs_dir%/%kernel.environment%.log"
/>

<kernel:test />
Expand Down
@@ -1,8 +1,7 @@
imports:
- { resource: config.yml }
- { resource: config_test.yml }

zend.logger:
priority: debug
path: %kernel.logs_dir%/%kernel.environment%.log

kernel.test: ~

0 comments on commit 14cb6dd

Please sign in to comment.