You are here

public function RequiredByRoleDateFieldWebTestCase::testDoTests in Required by role 7

Grouping testing method.

File

tests/required_by_role_test/RequiredByRoleDateFieldWebTestCase.test, line 38
Tests for the Email field.

Class

RequiredByRoleDateFieldWebTestCase
@file Tests for the Email field.

Code

public function testDoTests() {
  $this
    ->DotestDatePopupElementForm();
  $this
    ->DotestRequiredRole();
  $this
    ->DotestIsNonRequiredRole();
}