Add unit test for FileStorage

This commit is contained in:
Frederic Guillot
2015-10-03 15:55:20 -04:00
parent aeab662d65
commit d7c0fabcb7
3 changed files with 312 additions and 4 deletions

View File

@@ -25,7 +25,6 @@ interface ObjectStorageInterface
* @access public
* @param string $key
* @param string $blob
* @return string
*/
public function put($key, &$blob);