I got a "missing schema" error when trying to run tests on some taxonomy views. It was about the "transform" option used in the term name argument validator (file core/modules/taxonomy/src/Plugin/views/argument_validator/TermName.php)

Here is a patch that add it to the taxonomy.views.schema.yml file.

CommentFileSizeAuthor
#1 drupal-2531850-1.patch607 bytesBès
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Bès’s picture

Status: Active » Needs review
FileSize
607 bytes
Bès’s picture

Title: Schema for the taxonomy term "transform" option is missing » Schema for the taxonomy term name argument validator "transform" option is missing
DuaelFr’s picture

That patch works properly but we need tests if we want that to be commited in 8.0
Good luck ;) <3

edurenye’s picture

Status: Needs review » Closed (duplicate)

Let's fix all this related issues in the same and adding tests, moved it here #2663290: Argument validator schemas are broken