Problem/Motivation

Error when running tests:

No schema for drupal_contributions.settings

Steps to reproduce

Run automated tests: (example).

Proposed resolution

Add a schema.

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

markdorison created an issue. See original summary.

markdorison’s picture

Status: Active » Needs review
zopa’s picture

@markdorison the form field value for organization id is set as type number in the config settings form. I made a suggestion to change the type to integer in your merge request.

Although there is an issue to cast the value as int when pulling from config, in which case maybe leaving the value as string in the schema file is fine?

markdorison’s picture

Status: Needs review » Reviewed & tested by the community

@zopa I committed your suggestion.

  • zopa committed c6a122d on 1.x authored by markdorison
    Issue #3188338 by markdorison: No schema for drupal_contributions....
zopa’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.