Pass description into describe call

This commit is contained in:
jshayes
2024-11-11 15:45:16 -05:00
parent b5b8fab09b
commit 50ff347b59
4 changed files with 71 additions and 1056 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, 38 todos, 24 skipped, 1142 passed (2720 assertions)')
->toContain('Tests: 2 deprecated, 4 warnings, 5 incomplete, 2 notices, 39 todos, 26 skipped, 1172 passed (2761 assertions)')
->toContain('Parallel: 3 processes');
})->skipOnWindows();