function RevisionDeleteFormTest::testPageTitle
Same name in other branches
- 10 core/tests/Drupal/FunctionalTests/Entity/RevisionDeleteFormTest.php \Drupal\FunctionalTests\Entity\RevisionDeleteFormTest::testPageTitle()
Tests title by whether entity supports revision creation dates.
File
-
core/
tests/ Drupal/ FunctionalTests/ Entity/ RevisionDeleteFormTest.php, line 48
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.