Skip to content

Commit 4834f46

Browse files
author
Dmytro Vilchynskyi
committed
MAGETWO-70571: There is no possibility to activate DEBUG logging in production mode
- fixed failed L4
1 parent 713eeff commit 4834f46

File tree

1 file changed

+1
-1
lines changed
  • dev/tests/integration/testsuite/Magento/Developer/Model/Logger/Handler

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/Developer/Model/Logger/Handler/DebugTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
* - Assert that log file is exists
3535
* - Assert that log file contain logged message
3636
*/
37-
class DebugTest extends \PHPUnit_Framework_TestCase
37+
class DebugTest extends \PHPUnit\Framework\TestCase
3838
{
3939
/**
4040
* @var Monolog

0 commit comments

Comments
 (0)