Merge branch '2.x' into dataset-arguments-check

This commit is contained in:
Nuno Maduro
2023-03-21 21:10:22 +00:00
committed by GitHub
56 changed files with 550 additions and 648 deletions

View File

@ -307,7 +307,7 @@ trait Testable
*/
public static function getPrintableTestCaseName(): string
{
return ltrim(self::class, 'P\\');
return preg_replace('/P\\\/', '', self::class, 1);
}
/**