Add working interpolated dataset name

This commit is contained in:
Jordan Welch
2024-04-29 18:01:09 -05:00
parent 16125df77b
commit 8bbee3c1e5
4 changed files with 18 additions and 3 deletions

View File

@ -16,7 +16,7 @@ $run = function () {
test('parallel', function () use ($run) {
expect($run('--exclude-group=integration'))
->toContain('Tests: 2 deprecated, 4 warnings, 5 incomplete, 2 notices, 13 todos, 16 skipped, 1016 passed (2483 assertions)')
->toContain('Tests: 2 deprecated, 4 warnings, 5 incomplete, 2 notices, 13 todos, 16 skipped, 1018 passed (2485 assertions)')
->toContain('Parallel: 3 processes');
})->skipOnWindows();