disabled toolbar in the test environment

This commit is contained in:
Fabien Potencier 2010-06-15 23:24:05 +02:00
parent 25c4ff3b9c
commit 79f339092a
2 changed files with 7 additions and 0 deletions

View File

@ -14,6 +14,10 @@
<import resource="config_dev.xml" />
</imports>
<profiler:config
toolbar="false"
/>
<zend:logger
priority="info"
/>

View File

@ -4,4 +4,7 @@ imports:
zend.logger:
priority: debug
profiler.config:
toolbar: false
kernel.test: ~