fixed typo

This commit is contained in:
Fabien Potencier 2011-12-17 10:51:19 +01:00
parent 4a88287b29
commit 7d36304b94

View File

@ -123,7 +123,7 @@ class DoctrineDataCollectorTest extends \PHPUnit_Framework_TestCase
->method('getManagerNames')
->will($this->returnValue(array('default' => 'doctrine.orm.default_entity_manager')));
$logger = $this->getMock('Doctrine\Dbal\Logging\DebugStack');
$logger = $this->getMock('Doctrine\DBAL\Logging\DebugStack');
$logger->queries = $queries;
return new DoctrineDataCollector($registry, $logger);