Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 642c95a commit 63bfd9eCopy full SHA for 63bfd9e
src/Symfony/Bridge/Doctrine/Tests/Logger/DbalLoggerTest.php
@@ -18,7 +18,7 @@ class DbalLoggerTest extends \PHPUnit_Framework_TestCase
18
*/
19
public function testLog($sql, $params, $logParams)
20
{
21
- $logger = $this->getMock('Symfony\\Component\\HttpKernel\\Log\\LoggerInterface');
+ $logger = $this->getMock('Psr\\Log\\LoggerInterface');
22
23
$dbalLogger = $this
24
->getMockBuilder('Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger')
@@ -47,7 +47,7 @@ public function getLogFixtures()
47
48
public function testLogNonUtf8()
49
50
51
52
53
0 commit comments