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

Commit

Permalink
Merge pull request #4 from asheliahut/patch-1
Browse files Browse the repository at this point in the history
Need to start at -1 for numTests
  • Loading branch information
skyzyx committed Apr 22, 2020
2 parents d9d919d + 36c8bd2 commit c0ca246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ResultPrinter.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class ResultPrinter extends PPrinter
protected $numTestsRun;

/** @var int */
protected $numTests;
protected $numTests = -1;

/** @var int */
protected $column;
Expand Down

0 comments on commit c0ca246

Please sign in to comment.