| Current Path : /var/www/www.indacotrentino.com/www/vendor/laminas/laminas-oauth/test/Signature/ |
| Current File : //var/www/www.indacotrentino.com/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');
}
}