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

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

    function it_should_implement_SchemaParserInferface()
    {
        $this->shouldImplement('\\LdapTools\\Schema\\Parser\\SchemaParserInterface');
    }
SchemaYamlParserSpec