gabesullice / jwt

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

Fixes for running functional tests for modules that depend on jwt #18

Closed dannylamb closed 6 years ago

dannylamb commented 6 years ago

Resolves https://github.com/gabesullice/jwt/issues/17

Here's some fixes I made when writing functional tests for a module that depends on jwt. I had to add the schema and delete the empty yml in config/install to get them going. Deleting that config shouldn't be a problem, but if there's a reason why a stub is there, please let me know.

jonathangreen commented 6 years ago

Think this way my bad. Looks good to me.