You are here

protected property Thunder2UpdateTest::$configSchemaCheckSkip in Thunder 8.3

Same name and namespace in other branches
  1. 8.5 tests/src/Functional/Thunder2UpdateTest.php \Drupal\Tests\thunder\Functional\Thunder2UpdateTest::configSchemaCheckSkip
  2. 8.2 tests/src/Functional/Thunder2UpdateTest.php \Drupal\Tests\thunder\Functional\Thunder2UpdateTest::configSchemaCheckSkip
  3. 8.4 tests/src/Functional/Thunder2UpdateTest.php \Drupal\Tests\thunder\Functional\Thunder2UpdateTest::configSchemaCheckSkip
  4. 6.2.x tests/src/Functional/Thunder2UpdateTest.php \Drupal\Tests\thunder\Functional\Thunder2UpdateTest::configSchemaCheckSkip
  5. 6.0.x tests/src/Functional/Thunder2UpdateTest.php \Drupal\Tests\thunder\Functional\Thunder2UpdateTest::configSchemaCheckSkip
  6. 6.1.x tests/src/Functional/Thunder2UpdateTest.php \Drupal\Tests\thunder\Functional\Thunder2UpdateTest::configSchemaCheckSkip

An array of config to skip schema checking on.

Type: array

File

tests/src/Functional/Thunder2UpdateTest.php, line 27

Class

Thunder2UpdateTest
Tests Thunder updates from 2.0 to current.

Namespace

Drupal\Tests\thunder\Functional

Code

protected $configSchemaCheckSkip = [
  'core.entity_form_display.paragraph.image.default',
  'core.entity_form_display.paragraph.video.default',
  'core.entity_view_display.liveblog_post.liveblog_post.default',
  'core.entity_view_display.paragraph.gallery.preview',
  'nexx_integration.settings',
  'views.view.fb_instant_articles',
];