Пример #1
0
 function it_can_save_files(File $file, Editor $editor)
 {
     $editor->save($file)->shouldBeCalled();
     $this->save($file);
 }