public function GroupNodeConfigTest::testConfig in Group 8
Same name and namespace in other branches
- 2.0.x modules/gnode/tests/src/Kernel/GroupNodeConfigTest.php \Drupal\Tests\gnode\Kernel\GroupNodeConfigTest::testConfig()
Tests that the module's config installs properly.
File
- modules/
gnode/ tests/ src/ Kernel/ GroupNodeConfigTest.php, line 24
Class
- GroupNodeConfigTest
- Tests that all config provided by this module passes validation.
Namespace
Drupal\Tests\gnode\KernelCode
public function testConfig() {
$this
->installConfig([
'gnode',
]);
}