Emarref\Jwt\Encoding\Base64Test::testEncode PHP Method

testEncode() public method

public testEncode ( )
    public function testEncode()
    {
        $this->assertSame('ZsO4w7hiYXJiYXo', $this->defaultEncoding->encode(self::$value));
        $this->assertSame('ZsO4w7hiYXJiYXo=', $this->nonDefaultEncoding->encode(self::$value));
    }