We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8b7efb commit 5e9b582Copy full SHA for 5e9b582
1 file changed
tests/Base64Test.php
@@ -35,7 +35,7 @@ public function testRandom()
35
);
36
$this->assertSame(
37
$random,
38
- Base64::decode($unpadded)
+ Base64::decode($unpadded, true)
39
40
}
41
0 commit comments