From e4d4a7ae1734e4aaeca6b6b93d04543588a1871a Mon Sep 17 00:00:00 2001 From: Danack Date: Fri, 21 Feb 2014 09:49:12 +0000 Subject: [PATCH] Added comment for generating files. --- tests/Composer/Test/Repository/ArtifactRepositoryTest.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/Composer/Test/Repository/ArtifactRepositoryTest.php b/tests/Composer/Test/Repository/ArtifactRepositoryTest.php index 1958f5b9f..361f372ba 100644 --- a/tests/Composer/Test/Repository/ArtifactRepositoryTest.php +++ b/tests/Composer/Test/Repository/ArtifactRepositoryTest.php @@ -46,6 +46,8 @@ class ArtifactRepositoryTest extends TestCase } } +//Files jsonInFirstLevel.zip, jsonInRoot.zip and jsonInSecondLevel.zip were generated with: +// //$archivesToCreate = array( // 'jsonInRoot' => array( // "extra.txt" => "Testing testing testing",