Emarref\Jwt\HeaderParameter\X509CertificateSha256ThumbprintTest::testSetValue PHP Метод

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

public testSetValue ( )
    public function testSetValue()
    {
        $newValue = 'NewValue';
        $this->parameter->setValue($newValue);
        $this->assertSame($newValue, $this->parameter->getValue());
    }
X509CertificateSha256ThumbprintTest