Emarref\Jwt\Claim\AudienceTest::testStringValue PHP Method

testStringValue() public method

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