mirror of
https://github.com/danielstjules/Stringy.git
synced 2025-08-11 07:44:12 +02:00
Update isBase64 to return true if an empty string
This commit is contained in:
@@ -2186,7 +2186,7 @@ class StringyTestCase extends PHPUnit_Framework_TestCase
|
||||
{
|
||||
return array(
|
||||
array(false, ' '),
|
||||
array(false, ''),
|
||||
array(true, ''),
|
||||
array(true, base64_encode('FooBar') ),
|
||||
array(true, base64_encode(' ') ),
|
||||
array(true, base64_encode('FÒÔBÀŘ') ),
|
||||
|
Reference in New Issue
Block a user