File: 0003-Drop-broken-test-in-buildd-environment.patch

package info (click to toggle)
pdepend 2.12.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 19,000 kB
  • sloc: php: 60,009; xml: 1,423; makefile: 35; pascal: 34; sql: 34; sh: 8
file content (29 lines) | stat: -rw-r--r-- 896 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
From: =?utf-8?q?David_Pr=C3=A9vot?= <taffit@debian.org>
Date: Sat, 24 Aug 2019 00:01:00 -1000
Subject: Drop broken test in buildd environment

---
 src/test/php/PDepend/Util/FileUtilTest.php | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/src/test/php/PDepend/Util/FileUtilTest.php b/src/test/php/PDepend/Util/FileUtilTest.php
index 38a6fe7..ce69d52 100644
--- a/src/test/php/PDepend/Util/FileUtilTest.php
+++ b/src/test/php/PDepend/Util/FileUtilTest.php
@@ -81,16 +81,4 @@ class FileUtilTest extends AbstractTest
         );
     }
 
-    /**
-     * testGetUserHomeDirOrSysTempDirReturnsExpectedUserHomeDirectory
-     *
-     * @return void
-     */
-    public function testGetUserHomeDirOrSysTempDirReturnsExpectedUserHomeDirectory()
-    {
-        $this->assertEquals(
-            getenv('HOME'),
-            FileUtil::getUserHomeDirOrSysTempDir()
-        );
-    }
 }