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

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

    function it_should_return_a_datetime_when_calling_getSchemaModificationTime()
    {
        $this->beConstructedWith(__DIR__ . '/../../../resources/schema');
        $this->getSchemaModificationTime('example')->shouldReturnAnInstanceOf('\\DateTime');
    }
SchemaYamlParserSpec