Skip to content

Commit

Permalink
Cleanup: remove obsolete code
Browse files Browse the repository at this point in the history
  • Loading branch information
epdenouden authored and sebastianbergmann committed Sep 8, 2018
1 parent dbc44a9 commit ca2d77b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/Framework/TestResult.php
Original file line number Diff line number Diff line change
Expand Up @@ -1103,14 +1103,6 @@ public function setTimeoutForLargeTests(int $timeout): void
$this->timeoutForLargeTests = $timeout;
}

/**
* Returns the set timeout for large tests.
*/
public function getDefaultTimeoutTests(): int
{
return $this->defaultTimeLimit;
}

/**
* Returns the set timeout for large tests.
*/
Expand Down

0 comments on commit ca2d77b

Please sign in to comment.