public function useTheCopyDirShortcut(CliGuy $I) { $I->wantTo('copy dir with _copyDir shortcut'); $I->shortcutCopyDir('box', 'bin'); $I->seeDirFound('bin'); $I->seeFileFound('robo.txt', 'bin'); }