Skip to content

Commit 948ae06

Browse files
committed
Make tests pass again
1 parent 2cd2aad commit 948ae06

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Printer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class Printer extends ResultPrinter
1010
{
1111
protected $currentType = null;
1212

13-
protected function printHeader(): void
13+
protected function printHeader(TestResult $result): void
1414
{
1515
}
1616

test/states-test.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ require_once(dirname(dirname(__FILE__))).'/vendor/autoload.php';
1313
PHPUnit\TextUI\Command::main();
1414
?>
1515
--EXPECTF--
16-
PHPUnit 8.5.2 by Sebastian Bergmann and contributors.
16+
PHPUnit 8.5.8 by Sebastian Bergmann and contributors.
1717

1818
::error file=test/_files/PrinterStatesTest.php,line=17::strpos() expects at least 2 parameters, 0 given
1919
::error file=test/_files/PrinterStatesTest.php,line=22::Call to undefined method PrinterStatesTest::isMissing()

0 commit comments

Comments
 (0)