/**
  * @covers CryptLib\Password\Implementation\Blowfish
  * @expectedException InvalidArgumentException
  */
 public function testLoadFromHashFail()
 {
     Blowfish::loadFromHash('foo');
 }