Filter Actions

Centum\Codeception\Actions\FilterActions

expectFilterOutput

expectFilterOutput(
    Centum\Interfaces\Filter\FilterInterface $filter,
    mixed $input,
    mixed $output
): void

expectFilterThrowable

expectFilterThrowable(
    Throwable $expectedThrowable,
    Centum\Interfaces\Filter\FilterInterface $filter,
    mixed $input
): void