Skip to content

Commit 2fd272b

Browse files
These methods are no longer called from PHPUnit
1 parent 448cdb1 commit 2fd272b

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

src/CodeCoverage.php

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -314,20 +314,6 @@ public function merge(self $that): void
314314
$this->tests = array_merge($this->tests, $that->getTests());
315315
}
316316

317-
/**
318-
* @todo remove
319-
*/
320-
public function enableTokenCaching(): void
321-
{
322-
}
323-
324-
/**
325-
* @todo remove
326-
*/
327-
public function disableTokenCaching(): void
328-
{
329-
}
330-
331317
public function enableCheckForUnintentionallyCoveredCode(): void
332318
{
333319
$this->checkForUnintentionallyCoveredCode = true;

0 commit comments

Comments
 (0)