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\sourceCode
public function providerTestEckEntityConstructor() {
  return [
    'entity array' => [
      [],
      'string',
      "The entity_type must be a string",
    ],
  ];
}