public function createSigningHashShouldRaiseExceptionWhenAlgorithmIsInvalid() { $adapter = $this->createAdapter(); $adapter->createSigningHash('testing', 'testing'); }