Kraken\_Unit\Filesystem\FilesystemManagerTest::prevent PHP Method

prevent() public method

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