1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-11 09:32:55 +00:00

Merge pull request #1752 from njam/issue-1752

Link-resolve tmp dir in tests
This commit is contained in:
Jordi Boggiano 2013-04-02 00:36:04 -07:00
commit 24ee9a8bf2

View file

@ -29,7 +29,7 @@ class ArchivableFilesFinderTest extends \PHPUnit_Framework_TestCase
{ {
$fs = new Filesystem; $fs = new Filesystem;
$this->sources = sys_get_temp_dir(). $this->sources = realpath(sys_get_temp_dir()).
'/composer_archiver_test'.uniqid(mt_rand(), true); '/composer_archiver_test'.uniqid(mt_rand(), true);
$fileTree = array( $fileTree = array(