ParaTest\Logging\LogInterpreter::getMessages PHP Method

getMessages() protected method

Gets messages of a given type and merges them into a single collection
protected getMessages ( $type ) : array
$type
return array
    protected function getMessages($type)
    {
        return $this->mergeMessages('get' . ucfirst($type));
    }