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

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

    function it_should_be_able_to_load_a_file_with_a_YAML_extension()
    {
        $this->beConstructedWith(__DIR__ . '/../../../resources/schema');
        $this->parse('extension', 'foo')->shouldReturnAnInstanceOf('\\LdapTools\\Schema\\LdapObjectSchema');
    }
SchemaYamlParserSpec