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

testDecode() public method

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