Skip to content

Add option to print the namespace of the class instead of just the class name #6883

@samuelrajan747

Description

@samuelrajan747

Can we have an option to print the full name of the class after removing the test base path and the suite path, so that we can have clarity on the folder structure?

public function toString(): string
{
return sprintf(
'%s: %s',
ReflectionHelper::getClassShortName($this->getTestInstance()),
Message::ucfirst($this->getFeature()),
);
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions