PHP Class Basho\Tests\EncodedDataTest

Inheritance: extends TestCase
Datei anzeigen Open project: basho/riak-php-client

Public Methods

Method 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 method

Test storing and fetching an image represented in base64 encoding

testBinaryData() public method

Test storing and fetching a Binary image
public testBinaryData ( )

testNoEncoding() public method

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