Closed (fixed)
Project:
Content Synchronization
Version:
3.0.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
7 Mar 2023 at 17:54 UTC
Updated:
9 Oct 2024 at 05:14 UTC
Jump to comment: Most recent
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
Add a schema for the module's defined set of configuration.
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
Comment #4
keshavv commentedMR !7Working as expected. Schema file was missing and it is required to set default configuration.Comment #7
blanca.esqueda commented