gabesullice / jwt

https://www.drupal.org/project/jwt
18 stars 12 forks source link

Error writing functional tests: Missing schema for jwt.config #17

Closed dannylamb closed 6 years ago

dannylamb commented 6 years ago

When writing functional tests for a module that depends on jwt, I keep getting this error: 1) Drupal\Tests\islandora\Functional\IslandoraFunctionalTestBase::testContextAdminPage Drupal\Core\Config\Schema\SchemaIncompleteException: No schema for jwt.config

This can be avoided by declaring jwt.config in the configSchemaCheckerExclusions array of BrowserTestBase, but providing the schema in this module could save folks some heartache.

dannylamb commented 6 years ago

@gabesullice^^ PR to address this issue.