1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
From: =?utf-8?q?David_Pr=C3=A9vot?= <taffit@debian.org>
Date: Fri, 23 May 2014 16:37:25 -0400
Subject: Drop Git test
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit
Since the package doesn’t ship the Git repository, we cannot test it.
Forwarded: not-needed
---
tests/Monolog/Processor/GitProcessorTest.php | 1 -
1 file changed, 1 deletion(-)
diff --git a/tests/Monolog/Processor/GitProcessorTest.php b/tests/Monolog/Processor/GitProcessorTest.php
index 5adb505..d8a03fc 100644
--- a/tests/Monolog/Processor/GitProcessorTest.php
+++ b/tests/Monolog/Processor/GitProcessorTest.php
@@ -24,6 +24,5 @@ class GitProcessorTest extends TestCase
$record = $processor($this->getRecord());
$this->assertArrayHasKey('git', $record['extra']);
- $this->assertTrue(!is_array($record['extra']['git']['branch']));
}
}
|