public function runProcess() { $this->backup->run($this->notification); }
function it_runs_backup_process(NotificationInterface $notification, Backup $backup) { $this->runProcess(); $backup->run($notification)->shouldBeCalled(); }