PHPUnit\Runner\CleverAndSmart\TestListener::__construct PHP Method

__construct() public method

public __construct ( PHPUnit\Runner\CleverAndSmart\Storage\StorageInterface $storage )
$storage PHPUnit\Runner\CleverAndSmart\Storage\StorageInterface
    public function __construct(StorageInterface $storage)
    {
        $this->storage = $storage;
        $this->run = new Run();
    }