-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Description
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?
Codeception/src/Codeception/Test/Cest.php
Lines 197 to 204 in 9644308
| public function toString(): string | |
| { | |
| return sprintf( | |
| '%s: %s', | |
| ReflectionHelper::getClassShortName($this->getTestInstance()), | |
| Message::ucfirst($this->getFeature()), | |
| ); | |
| } |
Metadata
Metadata
Assignees
Labels
No labels