Kraken\_Unit\Log\Formatter\FormatterTest::prevent PHP Method

prevent() public method

public prevent ( string $method, mixed[] $args = null ) : Prophecy\Prophecy\MethodProphecy
$method string
$args mixed[]
return Prophecy\Prophecy\MethodProphecy
    public function prevent($method, $args = null)
    {
        return $this->expect($method, $args, 0);
    }