SchemaIncompleteException: No schema for exitpopup.settings

Created on 17 May 2023, about 1 year ago
Updated 23 May 2023, about 1 year ago

Problem/Motivation

When running a kernel test, I am receiving the error "Drupal\Core\Config\Schema\SchemaIncompleteException: No schema for exitpopup.settings".

Steps to reproduce

  1. Create a Drupal Kernel test extending Drupal\KernelTests\KernelTestBase.
  2. Within your test's implementation of KernelTestBase::setUp, install the module:

    $this->container->get('module_installer')->install(['exitpopup']);

  3. Run the kernel test.

Proposed resolution

Add schema file to module.

πŸ“Œ Task
Status

Needs review

Version

2.0

Component

Code

Created by

jamestarleton New York, NY

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.69.0 2024