Your IP : 216.73.216.43


Current Path : /proc/thread-self/root/home/rtorresani/www/vendor/laminas/laminas-oauth/test/Signature/
Upload File :
Current File : //proc/thread-self/root/home/rtorresani/www/vendor/laminas/laminas-oauth/test/Signature/RSATest.php

<?php

namespace LaminasTest\OAuth\Signature;

use PHPUnit\Framework\TestCase;

class RSATest extends TestCase
{
    public function testSignatureWithoutAccessSecretIsHashedWithConsumerSecret()
    {
        $this->markTestIncomplete('Laminas\\Crypt\\Rsa finalisation outstanding');
    }

    public function testSignatureWithAccessSecretIsHashedWithConsumerAndAccessSecret()
    {
        $this->markTestIncomplete('Laminas\\Crypt\\Rsa finalisation outstanding');
    }
}