Example #1
0
 public function testSave()
 {
     $this->expectOutputString('foo');
     $text = new Text('foo');
     $text->save('php://output');
 }