我正在使用带有以下 settings.yml 的 Symfony 1.1:
test:
.settings:
error_reporting: <?php echo (E_ALL | E_STRICT)."\n" ?>
web_debug: true
cache: true
no_script_name: false
etag: false
logging_enabled: true
但是当我执行 phpunit 来运行我的测试时,没有任何内容记录到 log/backend_test.log 中,只有一行是:
9 月 26 日 11:27:47 symfony [info] {sfPatternRouting} 匹配路由 "homepage" (/) for / with parameters array ('module' => 'default', 'action' => 'index',)
我确实执行了一个 sql,但它现在出现了。
我的 logging.yml 看起来像这样:
test:
enabled: on
level: debug
rotate: off
period: 7
history: 10
purge: on