You are here

public function DateFormTestCase::testDateForm in Date 7.2

Same name and namespace in other branches
  1. 7.3 tests/DateFormTestCase.test \DateFormTestCase::testDateForm()

Tests rendering of a date element in a form.

File

tests/DateFormTestCase.test, line 35
Contains form specific date element test cases.

Class

DateFormTestCase
Contains form specific date element test cases.

Code

public function testDateForm() {
  $this
    ->drupalGet('date-test/form');
}