- Issue created by @jamestarleton
- First commit to issue fork.
- Status changed to Needs review
over 1 year ago 5:06pm 23 May 2023 - @elber opened merge request.
When running a kernel test, I am receiving the error "Drupal\Core\Config\Schema\SchemaIncompleteException: No schema for exitpopup.settings".
Drupal\KernelTests\KernelTestBase
.KernelTestBase::setUp
, install the module:
$this->container->get('module_installer')->install(['exitpopup']);
Add schema file to module.
Needs review
2.0
Code