also line number
authorRoland Häder <roland@mxchange.org>
Thu, 18 May 2017 21:18:19 +0000 (23:18 +0200)
committerRoland Häder <roland@mxchange.org>
Thu, 18 May 2017 21:18:19 +0000 (23:18 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
framework/main/tests/commands/console/class_TestsConsoleMainCommand.php

index ce512ff7ac7a3e860a8fe4435c354ea3d8148c32..92bcf2a4161fcbeef5f218678916c7fa0be9e23b 100644 (file)
@@ -71,7 +71,7 @@ class TestsConsoleMainCommand extends BaseCommand implements Commandable {
         */
        public function execute (Requestable $requestInstance, Responseable $responseInstance) {
                // Debug message
         */
        public function execute (Requestable $requestInstance, Responseable $responseInstance) {
                // Debug message
-               self::createDebugInstance(__CLASS__)->debugOutput('MAIN: --- Starting tests ... ---');
+               self::createDebugInstance(__CLASS__, __LINE__)->debugOutput('MAIN: --- Starting tests ... ---');
 
                // Get controller
                $controllerInstance = Registry::getRegistry()->getInstance('controller');
 
                // Get controller
                $controllerInstance = Registry::getRegistry()->getInstance('controller');
@@ -80,7 +80,7 @@ class TestsConsoleMainCommand extends BaseCommand implements Commandable {
                $controllerInstance->executeTestsFilters($requestInstance, $responseInstance);
 
                // Debug message
                $controllerInstance->executeTestsFilters($requestInstance, $responseInstance);
 
                // Debug message
-               self::createDebugInstance(__CLASS__)->debugOutput('MAIN: --- Leaving main ... ---');
+               self::createDebugInstance(__CLASS__, __LINE__)->debugOutput('MAIN: --- Leaving main ... ---');
        }
 
        /**
        }
 
        /**