function HighWaterTest::assertNodeDoesNotExist
Assert that node with given title does not exist.
@internal
Parameters
string $title: Title of the node.
2 calls to HighWaterTest::assertNodeDoesNotExist()
- HighWaterTest::testHighWater in core/
modules/ migrate/ tests/ src/ Kernel/ HighWaterTest.php - Tests high water property of SqlBase.
- HighWaterTest::testHighWaterUpdate in core/
modules/ migrate/ tests/ src/ Kernel/ HighWaterTest.php - Tests high water property of SqlBase when rows marked for update.
File
-
core/
modules/ migrate/ tests/ src/ Kernel/ HighWaterTest.php, line 287
Class
- HighWaterTest
- Tests migration high water property.
Namespace
Drupal\Tests\migrate\KernelCode
protected function assertNodeDoesNotExist(string $title) : void {
self::assertFalse($this->nodeExists($title));
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.