Skip to content

Commit 16e7cc8

Browse files
committed
review: style nit
1 parent 7072694 commit 16e7cc8

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

run-tests.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2259,12 +2259,12 @@ function run_test(string $php, $file, array $env): string
22592259
$test_files[] = [$f, $file];
22602260
}
22612261
}
2262-
$testCountDelta = count($test_files) - 1;
2263-
$test_cnt += $testCountDelta;
2264-
if ($workerID && $testCountDelta !== 0) {
2262+
$test_count_delta = count($test_files) - 1;
2263+
$test_cnt += $test_count_delta;
2264+
if ($workerID && $test_count_delta !== 0) {
22652265
send_message($workerSock, [
22662266
"type" => "test_count_delta",
2267-
"delta" => $testCountDelta,
2267+
"delta" => $test_count_delta,
22682268
]);
22692269
}
22702270
$test_idx--;

0 commit comments

Comments
 (0)