diff --git a/src/Symfony/Bridge/Doctrine/Tests/Logger/DbalLoggerTest.php b/src/Symfony/Bridge/Doctrine/Tests/Logger/DbalLoggerTest.php index 0b4f263972..ffe0a37b99 100644 --- a/src/Symfony/Bridge/Doctrine/Tests/Logger/DbalLoggerTest.php +++ b/src/Symfony/Bridge/Doctrine/Tests/Logger/DbalLoggerTest.php @@ -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(