コード例 #1
0
ファイル: TextTest.php プロジェクト: puwenhan/Text
 public function testSave()
 {
     $this->expectOutputString('foo');
     $text = new Text('foo');
     $text->save('php://output');
 }