You are here

protected function TestPermissionConfiguration::createConfigToExport in Configuration Management 7.2

This function creates the configurations that will be exported by configuration management.

Overrides ConfigurationHandlerBaseTestCase::createConfigToExport

File

tests/handlers/TestPermissionConfiguration.test, line 72
Tests for Configuration Management: Permissions.

Class

TestPermissionConfiguration
@file Tests for Configuration Management: Permissions.

Code

protected function createConfigToExport() {

  // Create a Developer Role
  $this->developer_rid = $this
    ->drupalCreateRole(array(), 'developer');
}