File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Symfony/Bridge/Doctrine/Tests/Logger Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ class DbalLoggerTest extends \PHPUnit_Framework_TestCase
18
18
*/
19
19
public function testLog ($ sql , $ params , $ logParams )
20
20
{
21
- $ logger = $ this ->getMock ('Symfony \\ Component \\ HttpKernel \\Log \\LoggerInterface ' );
21
+ $ logger = $ this ->getMock ('Psr \\Log \\LoggerInterface ' );
22
22
23
23
$ dbalLogger = $ this
24
24
->getMockBuilder ('Symfony \\Bridge \\Doctrine \\Logger \\DbalLogger ' )
@@ -47,7 +47,7 @@ public function getLogFixtures()
47
47
48
48
public function testLogNonUtf8 ()
49
49
{
50
- $ logger = $ this ->getMock ('Symfony \\ Component \\ HttpKernel \\Log \\LoggerInterface ' );
50
+ $ logger = $ this ->getMock ('Psr \\Log \\LoggerInterface ' );
51
51
52
52
$ dbalLogger = $ this
53
53
->getMockBuilder ('Symfony \\Bridge \\Doctrine \\Logger \\DbalLogger ' )
You can’t perform that action at this time.
0 commit comments