Skip to content
Snippets Groups Projects
Commit 378eb5f9 authored by Bohdan Korablov's avatar Bohdan Korablov
Browse files

MAGETWO-60165: Inability to Run the DI Compiler before setup

parent 2d193d8a
No related merge requests found
...@@ -66,4 +66,4 @@ class Debug extends \Magento\Framework\Logger\Handler\Debug ...@@ -66,4 +66,4 @@ class Debug extends \Magento\Framework\Logger\Handler\Debug
return parent::isHandling($record); return parent::isHandling($record);
} }
} }
\ No newline at end of file
...@@ -17,6 +17,7 @@ use Magento\Framework\App\DeploymentConfig; ...@@ -17,6 +17,7 @@ use Magento\Framework\App\DeploymentConfig;
/** /**
* Class DebugTest * Class DebugTest
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
*/ */
class DebugTest extends \PHPUnit_Framework_TestCase class DebugTest extends \PHPUnit_Framework_TestCase
{ {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment