[DoctrineBridge] Fixed the testsuite

This commit is contained in:
Christophe Coevoet 2012-08-05 14:43:59 +02:00
parent 20d2e5a1cf
commit 85187ec266
1 changed files with 1 additions and 1 deletions

View File

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