mirror of
https://github.com/pestphp/pest.git
synced 2026-03-07 00:07:22 +01:00
tests: types
This commit is contained in:
@ -15,5 +15,5 @@ interface AddsOutput
|
|||||||
/**
|
/**
|
||||||
* Allows to add custom output after the test suite was executed.
|
* Allows to add custom output after the test suite was executed.
|
||||||
*/
|
*/
|
||||||
public function addOutput(TestSuite $testSuite, OutputInterface $output, int $testReturnCode): void;
|
public function addOutput(TestSuite $testSuite, OutputInterface $output, int $testReturnCode): int;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user