function PathFieldDefinitionTest::testGetColumns

@covers ::getColumns
@covers ::getSchema

File

core/modules/path/tests/src/Unit/Field/PathFieldDefinitionTest.php, line 31

Class

PathFieldDefinitionTest
@coversDefaultClass \Drupal\Core\Field\BaseFieldDefinition[[api-linebreak]] @group path

Namespace

Drupal\Tests\path\Unit\Field

Code

public function testGetColumns() {
  $this->assertSame([], $this->definition
    ->getColumns());
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.