You are here

protected function FieldTestPermissionsExample::getModule in Examples for Developers 7

The module to enable.

Return value

string Module machine name.

Overrides GenericFieldTest::getModule

File

field_permission_example/tests/field_permission_example.test, line 410
Tests for Field Permission Example.

Class

FieldTestPermissionsExample

Code

protected function getModule() {
  return 'field_permission_example';
}