public function ConfigTest::testConfigInstall in Share Everywhere 8
Same name and namespace in other branches
- 2.x tests/src/Kernel/ConfigTest.php \Drupal\Tests\share_everywhere\Kernel\ConfigTest::testConfigInstall()
Tests the configuration install.
@doesNotPerformAssertions
File
- tests/
src/ Kernel/ ConfigTest.php, line 24
Class
- ConfigTest
- Configuration tests.
Namespace
Drupal\Tests\share_everywhere\KernelCode
public function testConfigInstall() {
$this
->installConfig('share_everywhere');
}