Kraken\_Unit\Loop\LoopTest::prevent PHP Метод

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

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