You are here

function WebformComponentsTestCase::testWebformDummy in Webform 6.2

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

Implementation of 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 34

Class

WebformComponentsTestCase

Code

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