Emarref\Jwt\Claim\PublicClaimTest::testSetName PHP Method

testSetName() public method

public testSetName ( )
    public function testSetName()
    {
        $newName = 'foo://baz';
        $this->claim->setName($newName);
        $this->assertSame($newName, $this->claim->getName());
    }