Emarref\Jwt\HeaderParameter\X509CertificateChainTest::testSetValue PHP 메소드

testSetValue() 공개 메소드

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