function RevisionDeleteFormTest::testPageTitle
Tests title by whether entity supports revision creation dates.
File
-
core/
tests/ Drupal/ FunctionalTests/ Entity/ RevisionDeleteFormTest.php, line 51
Class
- RevisionDeleteFormTest
- Tests deleting a revision with revision delete form.
Namespace
Drupal\FunctionalTests\EntityCode
public function testPageTitle() : void {
foreach (static::providerPageTitle() as $cases) {
[$entityTypeId, $expectedQuestion] = $cases;
$this->doTestPageTitle($entityTypeId, $expectedQuestion);
}
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.