function HighWaterTest::assertNodeExists
Same name and namespace in other branches
- 11.x core/modules/migrate/tests/src/Kernel/HighWaterTest.php \Drupal\Tests\migrate\Kernel\HighWaterTest::assertNodeExists()
- 10 core/modules/migrate/tests/src/Kernel/HighWaterTest.php \Drupal\Tests\migrate\Kernel\HighWaterTest::assertNodeExists()
- 8.9.x core/modules/migrate/tests/src/Kernel/HighWaterTest.php \Drupal\Tests\migrate\Kernel\HighWaterTest::assertNodeExists()
Assert that node with given title exists.
@internal
Parameters
string $title: Title of the node.
File
-
core/
modules/ migrate/ tests/ src/ Kernel/ HighWaterTest.php, line 273
Class
- HighWaterTest
- Tests migration high water property.
Namespace
Drupal\Tests\migrate\KernelCode
protected function assertNodeExists(string $title) : void {
self::assertTrue($this->nodeExists($title));
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.