function FieldUiTest::testGetNextDestinationEmpty
Same name in other branches
- 8.9.x core/modules/field_ui/tests/src/Unit/FieldUiTest.php \Drupal\Tests\field_ui\Unit\FieldUiTest::testGetNextDestinationEmpty()
- 10 core/modules/field_ui/tests/src/Unit/FieldUiTest.php \Drupal\Tests\field_ui\Unit\FieldUiTest::testGetNextDestinationEmpty()
- 11.x core/modules/field_ui/tests/src/Unit/FieldUiTest.php \Drupal\Tests\field_ui\Unit\FieldUiTest::testGetNextDestinationEmpty()
@covers ::getNextDestination
File
-
core/
modules/ field_ui/ tests/ src/ Unit/ FieldUiTest.php, line 52
Class
- FieldUiTest
- @coversDefaultClass \Drupal\field_ui\FieldUI
Namespace
Drupal\Tests\field_ui\UnitCode
public function testGetNextDestinationEmpty() {
$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.