You are here

public function PathFieldDefinitionTest::testGetColumns in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/path/tests/src/Unit/Field/PathFieldDefinitionTest.php \Drupal\Tests\path\Unit\Field\PathFieldDefinitionTest::testGetColumns()

@covers ::getColumns @covers ::getSchema

File

core/modules/path/tests/src/Unit/Field/PathFieldDefinitionTest.php, line 36
Contains \Drupal\Tests\path\Unit\Field\PathFieldDefinitionTest.

Class

PathFieldDefinitionTest
@coversDefaultClass \Drupal\Core\Field\BaseFieldDefinition @group path

Namespace

Drupal\Tests\path\Unit\Field

Code

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