spec\GrumPHP\Parser\Php\Factory\ParserFactorySpec::it_can_create_a_parser_from_task_options PHP Метод

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

    function it_can_create_a_parser_from_task_options()
    {
        $options = ['kind' => PhpParser::KIND_PHP7];
        $this->createFromOptions($options)->shouldBeAnInstanceOf(Parser::class);
    }