protected function WebformAssertLegacyTrait::pass in Webform 6.x
Same name and namespace in other branches
- 8.5 tests/src/Traits/WebformAssertLegacyTrait.php \Drupal\Tests\webform\Traits\WebformAssertLegacyTrait::pass()
See also
\Drupal\simpletest\TestBase::pass()
1 call to WebformAssertLegacyTrait::pass()
- WebformSubmissionTest::testWebformSubmission in tests/
src/ Functional/ WebformSubmissionTest.php - Tests webform submission entity.
File
- tests/
src/ Traits/ WebformAssertLegacyTrait.php, line 63
Class
- WebformAssertLegacyTrait
- Provides convenience methods for assertions in browser tests.
Namespace
Drupal\Tests\webform\TraitsCode
protected function pass($message) {
$this
->assertTrue(TRUE, $message);
}