@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -foreach (glob(__DIR__ . '/tests/Sniffs/*/Fixtures/*/*.Fixed.php') as $file) { |
|
4 | - shell_exec('git mv -f ' . $file . ' ' . str_replace('.Fixed', '.fixed', $file)); |
|
3 | +foreach (glob(__DIR__.'/tests/Sniffs/*/Fixtures/*/*.Fixed.php') as $file) { |
|
4 | + shell_exec('git mv -f '.$file.' '.str_replace('.Fixed', '.fixed', $file)); |
|
5 | 5 | } |
6 | 6 | \ No newline at end of file |