Skip to content

Commit

Permalink
ACMS-3680: Allow strictConfigSchema check in tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
rajeshreeputra committed Apr 26, 2024
1 parent da404ed commit 3a30ea6
Show file tree
Hide file tree
Showing 36 changed files with 0 additions and 113 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ class ArticleImageDamTest extends ExistingSiteBase {

use ConfigurationTraits;

// @codingStandardsIgnoreStart
protected $strictConfigSchema = FALSE;
// @codingStandardsIgnoreEnd

/**
* {@inheritdoc}
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ class ArticleTest extends ContentTypeTestBase {
*
* @var bool
*/
// @codingStandardsIgnoreStart
protected $strictConfigSchema = FALSE;
// @codingStandardsIgnoreEnd

/**
* {@inheritdoc}
Expand Down
3 changes: 0 additions & 3 deletions modules/acquia_cms_article/tests/src/Functional/BlogTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@ class BlogTest extends BrowserTestBase {
*
* @var bool
*/
// @codingStandardsIgnoreStart
protected $strictConfigSchema = FALSE;
// @codingStandardsIgnoreEnd

/**
* {@inheritdoc}
Expand Down
3 changes: 0 additions & 3 deletions modules/acquia_cms_audio/tests/src/Functional/AudioTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ class AudioTest extends MediaTypeTestBase {
*
* @var bool
*/
// @codingStandardsIgnoreStart
protected $strictConfigSchema = FALSE;
// @codingStandardsIgnoreEnd

/**
* {@inheritdoc}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ class AcquiaCmsConfigSyncTest extends BrowserTestBase {
*
* @var bool
*/
// @codingStandardsIgnoreStart
protected $strictConfigSchema = FALSE;
// @codingStandardsIgnoreEnd

/**
* {@inheritdoc}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ class BasicPermissionsTest extends BrowserTestBase {
*
* @var bool
*/
// @codingStandardsIgnoreStart
protected $strictConfigSchema = FALSE;
// @codingStandardsIgnoreEnd

/**
* Tests the basic module permissions.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ abstract class EntityPermissionsTestBase extends BrowserTestBase {
*
* @var bool
*/
// @codingStandardsIgnoreStart
protected $strictConfigSchema = FALSE;
// @codingStandardsIgnoreEnd

/**
* Defines an array of role which should & shouldn't exist.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ abstract class Ckeditor5ConfigurationTestBase extends WebDriverTestBase {
*
* @var bool
*/
// @codingStandardsIgnoreStart
protected $strictConfigSchema = FALSE;
// @codingStandardsIgnoreEnd

/**
* {@inheritdoc}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ class DocumentTest extends MediaTypeTestBase {
*
* @var bool
*/
// @codingStandardsIgnoreStart
protected $strictConfigSchema = FALSE;
// @codingStandardsIgnoreEnd

/**
* {@inheritdoc}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ class DocumentEmbedTest extends MediaEmbedTestBase {
*
* @var bool
*/
// @codingStandardsIgnoreStart
protected $strictConfigSchema = FALSE;
// @codingStandardsIgnoreEnd

/**
* {@inheritdoc}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ class EventImageDamTest extends ExistingSiteBase {

use ConfigurationTraits;

// @codingStandardsIgnoreStart
protected $strictConfigSchema = FALSE;
// @codingStandardsIgnoreEnd

/**
* {@inheritdoc}
*/
Expand Down
3 changes: 0 additions & 3 deletions modules/acquia_cms_event/tests/src/Functional/EventTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@ class EventTest extends ContentTypeTestBase {
*
* @var bool
*/
// @codingStandardsIgnoreStart
protected $strictConfigSchema = FALSE;
// @codingStandardsIgnoreEnd

/**
* {@inheritdoc}
Expand Down
3 changes: 0 additions & 3 deletions modules/acquia_cms_image/tests/src/Functional/ImageTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ class ImageTest extends MediaTypeTestBase {
*
* @var bool
*/
// @codingStandardsIgnoreStart
protected $strictConfigSchema = FALSE;
// @codingStandardsIgnoreEnd

/**
* {@inheritdoc}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ class ImageEmbedTest extends MediaEmbedTestBase {
*
* @var bool
*/
// @codingStandardsIgnoreStart
protected $strictConfigSchema = FALSE;
// @codingStandardsIgnoreEnd

/**
* {@inheritdoc}
Expand Down
3 changes: 0 additions & 3 deletions modules/acquia_cms_image/tests/src/Kernel/SiteLogoTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,6 @@ class SiteLogoTest extends KernelTestBase {
*
* @var bool
*/
// @codingStandardsIgnoreStart
protected $strictConfigSchema = FALSE;
// @codingStandardsIgnoreEnd

/**
* {@inheritdoc}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ class PageImageDamTest extends ExistingSiteBase {

use ConfigurationTraits;

// @codingStandardsIgnoreStart
protected $strictConfigSchema = FALSE;
// @codingStandardsIgnoreEnd

/**
* {@inheritdoc}
*/
Expand Down
3 changes: 0 additions & 3 deletions modules/acquia_cms_page/tests/src/Functional/PageTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@ class PageTest extends ContentTypeTestBase {
*
* @var bool
*/
// @codingStandardsIgnoreStart
protected $strictConfigSchema = FALSE;
// @codingStandardsIgnoreEnd

/**
* {@inheritdoc}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ class PageWithLayoutCanvasFieldTest extends FieldKernelTestBase {
/**
* {@inheritdoc}
*/
// @codingStandardsIgnoreStart
protected $strictConfigSchema = FALSE;
// @codingStandardsIgnoreEnd

/**
* The field_config object.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ class PersonImageDamTest extends ExistingSiteBase {

use ConfigurationTraits;

// @codingStandardsIgnoreStart
protected $strictConfigSchema = FALSE;
// @codingStandardsIgnoreEnd

/**
* {@inheritdoc}
*/
Expand Down
3 changes: 0 additions & 3 deletions modules/acquia_cms_person/tests/src/Functional/PersonTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@ class PersonTest extends ContentTypeTestBase {
*
* @var bool
*/
// @codingStandardsIgnoreStart
protected $strictConfigSchema = FALSE;
// @codingStandardsIgnoreEnd

/**
* {@inheritdoc}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ class PlaceImageDamTest extends ExistingSiteBase {

use ConfigurationTraits;

// @codingStandardsIgnoreStart
protected $strictConfigSchema = FALSE;
// @codingStandardsIgnoreEnd

/**
* {@inheritdoc}
*/
Expand Down
3 changes: 0 additions & 3 deletions modules/acquia_cms_place/tests/src/Functional/PlaceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@ class PlaceTest extends ContentTypeTestBase {
*
* @var bool
*/
// @codingStandardsIgnoreStart
protected $strictConfigSchema = FALSE;
// @codingStandardsIgnoreEnd

/**
* {@inheritdoc}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ class AcquiaConnectorTest extends BrowserTestBase {
*
* @var bool
*/
// @codingStandardsIgnoreStart
protected $strictConfigSchema = FALSE;
// @codingStandardsIgnoreEnd

/**
* Tests the Acquia CMS Connector form.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ class AcquiaSearchIntegrationFromTourPageTest extends BrowserTestBase {
*
* @var bool
*/
// @codingStandardsIgnoreStart
protected $strictConfigSchema = FALSE;
// @codingStandardsIgnoreEnd

/**
* {@inheritdoc}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ class AcquiaFacetSearchTest extends BrowserTestBase {
*
* @todo Fix config schema for fallback_view & main_listing_pages_view plugin.
*/
// @codingStandardsIgnoreStart
protected $strictConfigSchema = FALSE;
// @codingStandardsIgnoreEnd

/**
* The module installer object.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@ class AcquiaFacetFacadeTest extends KernelTestBase {
*
* @todo Fix config schema for fallback_view & main_listing_pages_view plugin.
*/
// @codingStandardsIgnoreStart
protected $strictConfigSchema = FALSE;
// @codingStandardsIgnoreEnd

/**
* {@inheritdoc}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ class FilterFormatFilteredHtmlTest extends BrowserTestBase {
*
* @var bool
*/
// @codingStandardsIgnoreStart
protected $strictConfigSchema = FALSE;
// @codingStandardsIgnoreEnd

/**
* Tests the filter black_list_html_tags.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ class SiteStudioCoreTest extends BrowserTestBase {
*
* @var bool
*/
// @codingStandardsIgnoreStart
protected $strictConfigSchema = FALSE;
// @codingStandardsIgnoreEnd

/**
* Tests the Site Studio Core Form.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ class SiteStudioPermissionsTest extends BrowserTestBase {
*
* @var bool
*/
// @codingStandardsIgnoreStart
protected $strictConfigSchema = FALSE;
// @codingStandardsIgnoreEnd

/**
* {@inheritdoc}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ class AcquiaGoogleMapsTest extends BrowserTestBase {
*
* @var bool
*/
// @codingStandardsIgnoreStart
protected $strictConfigSchema = FALSE;
// @codingStandardsIgnoreEnd

/**
* Tests that the Google Maps API key can be set on the tour page.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ class GoogleAnalyticsTest extends BrowserTestBase {
*
* @var bool
*/
// @codingStandardsIgnoreStart
protected $strictConfigSchema = FALSE;
// @codingStandardsIgnoreEnd

/**
* Tests the Google Analytics Form.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ class GoogleTagManager extends BrowserTestBase {
*
* @var bool
*/
// @codingStandardsIgnoreStart
protected $strictConfigSchema = FALSE;
// @codingStandardsIgnoreEnd

/**
* Tests the Google Tag Manager Form.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ class RecaptchaTest extends BrowserTestBase {
*
* @var bool
*/
// @codingStandardsIgnoreStart
protected $strictConfigSchema = FALSE;
// @codingStandardsIgnoreEnd

/**
* Tests the Recaptcha Form.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ class AcquiaTourDashboardTest extends KernelTestBase {
*
* @var bool
*/
// @codingStandardsIgnoreStart
protected $strictConfigSchema = FALSE;
// @codingStandardsIgnoreEnd

/**
* Tests AcquiaCMSTour plugins and make sure they are sorted per weights.
Expand Down
3 changes: 0 additions & 3 deletions modules/acquia_cms_video/tests/src/Functional/VideoTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ class VideoTest extends MediaTypeTestBase {
*
* @var bool
*/
// @codingStandardsIgnoreStart
protected $strictConfigSchema = FALSE;
// @codingStandardsIgnoreEnd

/**
* {@inheritdoc}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ class VideoEmbedTest extends MediaEmbedTestBase {
*
* @var bool
*/
// @codingStandardsIgnoreStart
protected $strictConfigSchema = FALSE;
// @codingStandardsIgnoreEnd

/**
* {@inheritdoc}
Expand Down

0 comments on commit 3a30ea6

Please sign in to comment.