Kraken\_Unit\Filesystem\FilesystemManagerTest::prevent PHP Метод

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

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