Fix parallel file selection and empty-suite reporting

This commit is contained in:
Aleksandr Štšepelin
2026-03-25 23:59:28 +02:00
parent e6ab897594
commit 07737bc0b2
5 changed files with 151 additions and 10 deletions

View File

@ -21,5 +21,5 @@ test('parallel', function () use ($run) {
})->skipOnWindows();
test('a parallel test can extend another test with same name', function () use ($run) {
expect($run('tests/Fixtures/Inheritance'))->toContain('Tests: 1 skipped, 2 passed (2 assertions)');
expect($run('tests/Fixtures/Inheritance'))->toContain('Tests: 1 skipped, 1 passed (1 assertions)');
});