You are here

public function RequiredByRoleCommonWebTestCase::testCommonBehaviors in Required by role 7.2

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

Group the tests for better performance.

File

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

Class

RequiredByRoleCommonWebTestCase
@file Tests for the common cases.

Code

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