release: beta 1

This commit is contained in:
Nuno Maduro
2025-08-05 17:44:12 +01:00
parent e7132fa012
commit 711a60c2db
50 changed files with 31 additions and 53 deletions

View File

@ -120,7 +120,7 @@ final class TestSuite
assert($this->test instanceof TestCase);
$description = str_replace('__pest_evaluable_', '', $this->test->name());
$datasetAsString = str_replace('__pest_evaluable_', '', Str::evaluable($this->test->dataSetAsStringWithData()));
$datasetAsString = str_replace('__pest_evaluable_', '', Str::evaluable($this->test->dataSetAsString()));
return str_replace(' ', '_', $description.$datasetAsString);
}