Emarref\Jwt\Encryption\AsymmetricTest::testPrivateKey PHP Метод

testPrivateKey() публичный Метод

public testPrivateKey ( )
    public function testPrivateKey()
    {
        $key = 'thisismykey';
        $this->encryption->setPrivateKey('thisismykey');
        $this->assertSame($key, $this->encryption->getPrivateKey());
    }