Problem/Motivation

I am attempting to create a Drupal functional test involving this module. However, I ran into the following error:

    Drupal\Tests\lz_content_sync\Functional\LzContentSyncTest::testConfigurationPanelLink
    Drupal\Core\Config\Schema\SchemaIncompleteException: No schema for
    content_sync.AdminSettings

Proposed resolution

Add a schema for the module's defined set of configuration.

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:

Comments

ibustos created an issue. See original summary.

keshavv’s picture

Status: Active » Reviewed & tested by the community

MR !7 Working as expected. Schema file was missing and it is required to set default configuration.

blanca.esqueda’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

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