/**
  * @requires                 extension libsodium
  * @expectedException        scrothers\laravelsodium\Exceptions\KeyTypeException
  * @expectedExceptionMessage keyedHash expects a string as the key
  */
 public function testSodiumKeyedHashBadKey()
 {
     SodiumLibrary::keyedHash('foo', 1);
 }