mirror of
https://github.com/pestphp/pest.git
synced 2026-03-10 09:47:23 +01: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