示例#1
0
文件: VoidTest.php 项目: seytar/psx
 public function testWrite()
 {
     $handler = new Void();
     $item = $handler->load('key');
     $item->set('foobar');
     $handler->write($item);
 }
示例#2
0
文件: VoidTest.php 项目: seytar/psx
 public function testWrite()
 {
     $output = new Void();
     $output->write('foobar');
 }