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

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

    function it_should_parse_a_schema_with_an_object_that_extends_a_schema_from_the_same_directory()
    {
        $this->beConstructedWith(__DIR__ . '/../../../resources/schema');
        $this->parse('extends', 'foo')->getRepository()->shouldBeEqualTo('\\no\\type');
    }
SchemaYamlParserSpec