Kraken\_Unit\Log\LoggerTest::prevent PHP Метод

prevent() публичный Метод

public prevent ( string $method, mixed[] $args = null ) : Prophecy\Prophecy\MethodProphecy
$method string
$args mixed[]
Результат Prophecy\Prophecy\MethodProphecy
    public function prevent($method, $args = null)
    {
        return $this->expect($method, $args, 0);
    }