File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -138,6 +138,7 @@ protected function getInstallPathsFromPackages(array $packages)
138
138
foreach ($ packages as $ package ) {
139
139
$ paths [] = $ installationManager ->getInstallPath ($ package );
140
140
}
141
+
141
142
return $ this ->absolutePaths ($ paths );
142
143
}
143
144
@@ -155,6 +156,7 @@ protected function getUniqueNameFromPackages(array $packages)
155
156
$ return [] = $ package ->getUniqueName ();
156
157
}
157
158
sort ($ return );
159
+
158
160
return implode (', ' , $ return );
159
161
}
160
162
@@ -193,6 +195,7 @@ protected function absolutePaths($paths)
193
195
}
194
196
$ return [] = $ path ;
195
197
}
198
+
196
199
return $ return ;
197
200
}
198
201
}
Original file line number Diff line number Diff line change 10
10
use Composer \Config ;
11
11
use derhasi \tempdirectory \TempDirectory ;
12
12
13
+ /**
14
+ * Test for path preserver functionality.
15
+ */
13
16
class PathPreserverTest extends \PHPUnit_Framework_TestCase
14
17
{
15
18
You can’t perform that action at this time.
0 commit comments