Add helper to get last element of array

This commit is contained in:
jshayes
2024-10-13 09:47:54 -04:00
parent 7c639cdbbd
commit cd2eb3504b
6 changed files with 74 additions and 6 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, 21 todos, 23 skipped, 1123 passed (2678 assertions)')
->toContain('Tests: 2 deprecated, 4 warnings, 5 incomplete, 2 notices, 21 todos, 23 skipped, 1128 passed (2695 assertions)')
->toContain('Parallel: 3 processes');
})->skipOnWindows();