You are here

public function WebformComponentsTestCase::testWebformDummy in Webform 7.3

Same name and namespace in other branches
  1. 6.3 tests/components.test \WebformComponentsTestCase::testWebformDummy()
  2. 6.2 tests/components.test \WebformComponentsTestCase::testWebformDummy()

Implements testWebformDummy(). if it is not present, then the test runs fine, but when combined with other tests the whole block fails, since there would be no output.

File

tests/components.test, line 37

Class

WebformComponentsTestCase

Code

public function testWebformDummy() {
  $this->pass = t('WebformComponentsTest pass.');
}