Skip to content
This repository was archived by the owner on May 26, 2021. It is now read-only.

Commit c0ca246

Browse files
authored
Merge pull request #4 from asheliahut/patch-1
Need to start at -1 for numTests
2 parents d9d919d + 36c8bd2 commit c0ca246

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ResultPrinter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class ResultPrinter extends PPrinter
4242
protected $numTestsRun;
4343

4444
/** @var int */
45-
protected $numTests;
45+
protected $numTests = -1;
4646

4747
/** @var int */
4848
protected $column;

0 commit comments

Comments
 (0)