[DoctrineBridge] Fixed the testsuite

This commit is contained in:
Christophe Coevoet 2012-08-05 14:43:59 +02:00
parent 20d2e5a1cf
commit 85187ec266

View File

@ -60,7 +60,7 @@ class DbalLoggerTest extends \PHPUnit_Framework_TestCase
$dbalLogger $dbalLogger
->expects($this->once()) ->expects($this->once())
->method('log') ->method('log')
->with('SQL ({"utf8":"foo","nonutf8":null})') ->with('SQL', array('utf8' => 'foo', 'nonutf8' => "\x7F\xFF"))
; ;
$dbalLogger->startQuery('SQL', array( $dbalLogger->startQuery('SQL', array(