PHP Class Basho\Tests\EncodedDataTest

Inheritance: extends TestCase
Afficher le fichier Open project: basho/riak-php-client

Méthodes publiques

Méthode Description
testBase64EncodedData ( ) Test storing and fetching an image represented in base64 encoding
testBinaryData ( ) Test storing and fetching a Binary image
testNoEncoding ( ) Test storing and fetching an image as a base64 embedded HTML img tag so it can be accessed via the browser

Method Details

testBase64EncodedData() public méthode

Test storing and fetching an image represented in base64 encoding

testBinaryData() public méthode

Test storing and fetching a Binary image
public testBinaryData ( )

testNoEncoding() public méthode

Test storing and fetching an image as a base64 embedded HTML img tag so it can be accessed via the browser
public testNoEncoding ( )