public function GroupEventConfigTest::testConfig in Event 8
Tests that the module's config installs properly.
File
- modules/
gevent/ tests/ src/ Kernel/ GroupEventConfigTest.php, line 24
Class
- GroupEventConfigTest
- Tests that all config provided by this module passes validation.
Namespace
Drupal\Tests\gevent\KernelCode
public function testConfig() {
$this
->installConfig([
'gevent',
]);
}