You are here

public function RequiredByRoleCommonWebTestCase::testCommonBehaviors in Required by role 7

Same name and namespace in other branches
  1. 7.2 tests/required_by_role_test/RequiredByRoleCommonWebTestCase.test \RequiredByRoleCommonWebTestCase::testCommonBehaviors()

Group the tests for better performance.

File

tests/required_by_role_test/RequiredByRoleCommonWebTestCase.test, line 196
Tests for the common cases.

Class

RequiredByRoleCommonWebTestCase
@file Tests for the common cases.

Code

public function testCommonBehaviors() {
  $this
    ->DotestDefaultValueIsNotRequired();
  $this
    ->DotestNoneRemovedInOptionsWhenFieldIsRequired();
  $this
    ->DotestChangeToDefaultBehavior();
  $this
    ->DotestChangeToRequiredByRole();
}