You are here

public function EckEntityExceptionTest::providerTestEckEntityConstructor in Entity Construction Kit (ECK) 8

Test cases for ::testEckEntityConstructor().

File

tests/src/Kernel/Plugin/migrate/source/d7/EckEntityExceptionTest.php, line 87

Class

EckEntityExceptionTest
Tests check requirements for comment type source plugin.

Namespace

Drupal\Tests\eck\Kernel\Plugin\migrate\source

Code

public function providerTestEckEntityConstructor() {
  return [
    'entity array' => [
      [],
      'string',
      "The entity_type must be a string",
    ],
  ];
}