X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=application%2Ftests%2Fclass_ApplicationHelper.php;h=c8b407a5e251fdd9795050108959880ce7b8687f;hp=113fae8d913b84dfb5600f13a850edd0b92c1da4;hb=602a3281da3bcf4ab4da2d8571b921e61e167b5b;hpb=9fc1e70b93d70fd72429c9d1d5393d9afdc59a89 diff --git a/application/tests/class_ApplicationHelper.php b/application/tests/class_ApplicationHelper.php index 113fae8d..c8b407a5 100644 --- a/application/tests/class_ApplicationHelper.php +++ b/application/tests/class_ApplicationHelper.php @@ -182,7 +182,7 @@ class ApplicationHelper extends BaseFrameworkSystem implements ManageableApplica // If it is null then get default command if (is_null($commandName)) { // Get default command - $commandName = $responseInstance->getDefaultCommand(); + $commandName = $responseInstance->determineDefaultCommand(); // Set it in request $requestInstance->setRequestElement('command', $commandName);