Esempio n. 1
0
 public function testWrite()
 {
     $handler = new Void();
     $item = $handler->load('key');
     $item->set('foobar');
     $handler->write($item);
 }
Esempio n. 2
0
 public function testWrite()
 {
     $output = new Void();
     $output->write('foobar');
 }