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

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

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