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

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

    function it_should_parse_required_attributes_for_an_object()
    {
        $this->beConstructedWith(__DIR__ . '/../../../resources/schema');
        $this->parse('example', 'user')->getRequiredAttributes()->shouldBeEqualTo(['username', 'password']);
    }
SchemaYamlParserSpec