1 field_permission_example.test protected GenericFieldTest::getModule()

The module to enable.

Return value

string: Module machine name.

File

modules/examples/field_permission_example/tests/field_permission_example.test, line 50
Tests for Field Permission Example.

Class

GenericFieldTest
A generic field testing class.

Code

protected function getModule() {
  return 'this-is-not-a-module-name-please-override';
}