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