File: 0007-Tag-test-relying-on-git-repository.patch

package info (click to toggle)
composer 2.5.5-1%2Bdeb12u2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 8,484 kB
  • sloc: php: 71,775; makefile: 70; xml: 39
file content (22 lines) | stat: -rw-r--r-- 704 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From: =?utf-8?q?David_Pr=C3=A9vot?= <taffit@debian.org>
Date: Sun, 6 Aug 2017 15:07:15 -0400
Subject: Tag test relying on git repository

---
 tests/Composer/Test/AllFunctionalTest.php | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tests/Composer/Test/AllFunctionalTest.php b/tests/Composer/Test/AllFunctionalTest.php
index c5fa6fa..d06c101 100644
--- a/tests/Composer/Test/AllFunctionalTest.php
+++ b/tests/Composer/Test/AllFunctionalTest.php
@@ -64,6 +64,9 @@ class AllFunctionalTest extends TestCase
         $fs->removeDirectory(dirname(self::$pharPath));
     }
 
+    /**
+     * @group git
+     */
     public function testBuildPhar(): void
     {
         if (defined('HHVM_VERSION')) {