| Current Path : /proc/thread-self/root/home/rtorresani/www/vendor/laminas/laminas-oauth/test/Signature/ |
| 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');
}
}