Functional tests in Drupal perform strict validation of all configuration, using the module-provided schema.

The barcodes module does not provide a schema for the "Barcode" block settings, so any functional tests of this block will fail configuration validation.

The solution is to provide the schema.

Note that the functional tests in #3229263: Add functional tests require this schema in order to run.

CommentFileSizeAuthor
#2 3229264-2-block-settings-schema.patch1.07 KBtr

Comments

TR created an issue. See original summary.

tr’s picture

Status: Active » Needs review
StatusFileSize
new1.07 KB
michel.g’s picture

Status: Needs review » Reviewed & tested by the community

Using a schema is pretty standard, thanks for adding this TR.

  • sanduhrs committed 55152c4 on 2.0.x authored by TR
    Issue #3229264 by TR, sanduhrs: Block settings are missing config schema
    
sanduhrs’s picture

Status: Reviewed & tested by the community » Fixed

Thanks for the patch!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.