Payu\Test\ConfigurationTest::testSetSecretKey PHP Method

testSetSecretKey() public method

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