mirror of
https://github.com/pestphp/pest.git
synced 2026-06-05 10:52:14 +02:00
Update plugin interfaces and instantiate container
This commit is contained in:
@ -4,9 +4,6 @@ declare(strict_types=1);
|
||||
|
||||
namespace Pest\Contracts\Plugins;
|
||||
|
||||
use Pest\TestSuite;
|
||||
use Symfony\Component\Console\Output\OutputInterface;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
*/
|
||||
@ -15,5 +12,5 @@ interface AddsOutput
|
||||
/**
|
||||
* Allows to add custom output after the test suite was executed.
|
||||
*/
|
||||
public function addOutput(TestSuite $testSuite, OutputInterface $output, int $testReturnCode): int;
|
||||
public function addOutput(int $testReturnCode): int;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user