setSecretKey() public method

public setSecretKey ( string $secretKey )
$secretKey string
 public function testSetSecretKey()
 {
     $this->configuration->setSecretKey('TestSecretKeySetter');
     $this->assertEquals('TestSecretKeySetter', $this->configuration->getSecretKey());
 }