我正在对模型类进行单元测试,我希望记录所有 Doctrine 查询。我的测试环境的 settings.yml 包含
logging_enabled: true
和我的剧本
$configuration = ProjectConfiguration::getApplicationConfiguration( 'frontend', 'test', true);
new sfDatabaseManager( $configuration ) ;
不过,我在任何日志文件中都看不到任何日志。