You are here

public function UiPatternsPreviewTest::processContextDataProvider in UI Patterns 8

Data provider for Process Context tests.

The actual data is read from fixtures stored in a YAML configuration.

Return value

array A set of dump data for testing.

File

tests/src/Kernel/UiPatternsPreviewTest.php, line 47

Class

UiPatternsPreviewTest
@coversDefaultClass \Drupal\ui_patterns\Element\PatternPreview

Namespace

Drupal\Tests\ui_patterns\Unit\Element

Code

public function processContextDataProvider() {
  return $this
    ->getFixtureContent('preview_process.yml');
}