d8-contrib-modules / field_encrypt

CODE HAS BEEN MOVED TO https://www.drupal.org/project/field_encrypt
0 stars 5 forks source link

Add unit tests #28

Closed svendecabooter closed 8 years ago

nerdstein commented 8 years ago

Code reviewed and it looks good.

Travis is not happy:

The following extensions will be enabled: field_encrypt, key, encrypt Do you really want to continue? (y/n): y exception [error] 'Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException' with message 'The service "encryption" has a dependency on a non-existent service "key.repository".' in /home/travis/build/d8-contrib-modules/drupal-8/drupal/vendor/symfony/dependency-injection/Compiler/CheckExceptionOnInvalidReferenceBehaviorPass.php:58

Where is it pulling Encrypt and Key from?

nerdstein commented 8 years ago

Closing PR