Refactoring
This commit is contained in:
10
lib/composer/vendor/consolidation/robo/tests/cli/CopyDirCept.php
vendored
Normal file
10
lib/composer/vendor/consolidation/robo/tests/cli/CopyDirCept.php
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
$I = new CliGuy($scenario);
|
||||
|
||||
$I->wantTo('copy dir with CopyDir task');
|
||||
$I->amInPath(codecept_data_dir().'sandbox');
|
||||
$I->taskCopyDir(['box' => 'bin'])
|
||||
->run();
|
||||
$I->seeDirFound('bin');
|
||||
$I->seeFileFound('robo.txt', 'bin');
|
||||
|
||||
Reference in New Issue
Block a user