Blueman\Console\Command\ConvertCommand::getTest PHP Method

getTest() private method

Find test by resource Action name
private getTest ( $actionName, object $tests ) : string
$tests object [0 - prepend, 1 - tests by actions]
return string
    private function getTest($actionName, $tests)
    {
        return isset($tests[1][$actionName]) ? $tests[0] . $tests[1][$actionName] : '';
    }