You are here

public function GroupMediaConfigTest::testConfig in Group Media 8.2

Tests that the module's config installs properly.

File

tests/src/Kernel/GroupMediaConfigTest.php, line 33

Class

GroupMediaConfigTest
Tests that all config provided by this module passes validation.

Namespace

Drupal\Tests\groupmedia\Kernel

Code

public function testConfig() {
  $this
    ->installConfig([
    'groupmedia',
  ]);
}