8000 [DoctrineBridge] Fixed the testsuite · sun/symfony@85187ec · GitHub
[go: up one dir, main page]

Skip to content

Commit 85187ec

Browse files
committed
[DoctrineBridge] Fixed the testsuite
1 parent 20d2e5a commit 85187ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bridge/Doctrine/Tests/Logger/DbalLoggerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public function testLogNonUtf8()
6060
$dbalLogger
6161
->expects($this->once())
6262
->method('log')
63-
->with('SQL ({"utf8":"foo","nonutf8":null})')
63+
->with('SQL', array('utf8' => 'foo', 'nonutf8' => "\x7F\xFF"))
6464
;
6565

6666
$dbalLogger->startQuery('SQL', array(

0 commit comments

Comments
 (0)
0