コード例 #1
0
ファイル: CodeEditorSpec.php プロジェクト: memio/spec-gen
 function it_can_save_files(File $file, Editor $editor)
 {
     $editor->save($file)->shouldBeCalled();
     $this->save($file);
 }