@@ -2,7 +2,7 @@ |
||
| 2 | 2 | $I = new CliGuy($scenario); |
| 3 | 3 | |
| 4 | 4 | $I->wantTo('copy dir recursively with CopyDir task, but exclude a file'); |
| 5 | -$I->amInPath(codecept_data_dir().'sandbox'); |
|
| 5 | +$I->amInPath(codecept_data_dir() . 'sandbox'); |
|
| 6 | 6 | $I->seeDirFound('some/deeply/nested'); |
| 7 | 7 | $I->seeDirFound('some/deeply/nested2'); |
| 8 | 8 | $I->seeDirFound('some/deeply/nested3'); |