function FieldUiTest::testGetNextDestinationEmpty
Tests get next destination empty.
@legacy-covers ::getNextDestination
File
-
core/
modules/ field_ui/ tests/ src/ Unit/ FieldUiTest.php, line 60
Class
Namespace
Drupal\Tests\field_ui\UnitCode
public function testGetNextDestinationEmpty() : void {
$destinations = [];
$actual = FieldUI::getNextDestination($destinations);
$this->assertNull($actual);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.