fix: unify the locationHint prefix and prettify both locationHint and name parameters for testing with datasets

This commit is contained in:
Ilia Smirnov
2024-09-11 16:42:06 +02:00
parent 47ce45de56
commit 7227d24611
6 changed files with 53 additions and 10 deletions

View File

@ -38,7 +38,7 @@ final class ServiceMessage
{
return new self('testSuiteStarted', [
'name' => $name,
'locationHint' => $location === null ? null : "file://$location",
'locationHint' => $location === null ? null : "pest_qn://$location",
]);
}