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

@ -36,8 +36,8 @@ test('junit output', function () use ($normalizedPath, $run) {
expect($result['testsuite']['@attributes'])
->name->toBe('Tests\tests\SuccessOnly')
->file->toBe($normalizedPath('tests/.tests/SuccessOnly.php'))
->tests->toBe('2')
->assertions->toBe('2')
->tests->toBe('3')
->assertions->toBe('3')
->errors->toBe('0')
->failures->toBe('0')
->skipped->toBe('0');