- Issue created by @trackleft2
- πΊπΈUnited States trackleft2 Tucson, AZ πΊπΈ
FYI I've run the "Test only changes" test in gitlab and it failed with:
There was 1 error: 1) Drupal\Tests\search_exclude\Functional\ExcludedContentTest::testExcludingContent Drupal\Core\Config\Schema\SchemaIncompleteException: Schema errors for search.page.content_exclude_ with the following errors: search.page.content_exclude_:configuration missing schema
See: https://git.drupalcode.org/issue/search_exclude-3507526/-/jobs/4400503
This means that the schema that I've added has fixed the test, so we can remove the
protected $strictConfigSchema = FALSE;
from the existing PHPUnit test. -
baikho β
committed f9709061 on 3.x authored by
trackleft2 β
Issue #3507526 Add plugin config schema
-
baikho β
committed f9709061 on 3.x authored by
trackleft2 β