You are here

public function PaymentReferenceTest::testDefaultStorageSettings in Payment 8.2

@covers ::defaultStorageSettings

File

modules/payment_reference/tests/src/Unit/Plugin/Field/FieldType/PaymentReferenceTest.php, line 86

Class

PaymentReferenceTest
@coversDefaultClass \Drupal\payment_reference\Plugin\Field\FieldType\PaymentReference

Namespace

Drupal\Tests\payment_reference\Unit\Plugin\Field\FieldType

Code

public function testDefaultStorageSettings() {
  $settings = $this->sut
    ->defaultStorageSettings();
  $this
    ->assertIsArray($settings);
}