You are here

public function CdfExpectations::getFieldNames in Acquia Content Hub 8.2

Returns the list of expected field names.

Return value

string[] The list of field names.

File

tests/src/Kernel/Stubs/CdfExpectations.php, line 109

Class

CdfExpectations
Expectations for cdf fixtures.

Namespace

Drupal\Tests\acquia_contenthub\Kernel\Stubs

Code

public function getFieldNames() : array {
  return array_keys($this->data);
}