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')) {
|