spec\LdapTools\Schema\Parser\SchemaYamlParserSpec::it_should_parse_a_schema_object_with_the_scope_set PHP Метод

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

    function it_should_parse_a_schema_object_with_the_scope_set()
    {
        $this->beConstructedWith(__DIR__ . '/../../../resources/schema');
        $this->parse('example', 'scope')->getScope()->shouldBeEqualTo(QueryOperation::SCOPE['ONELEVEL']);
    }
SchemaYamlParserSpec