From 7e007ad8795513a0c592b878fb02129db98ee414 Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Sun, 13 Apr 2014 01:21:19 +0200 Subject: [PATCH] Link testDiffieHellmanKeyAgreement to corresponding bug ticket. --- tests/Math/BigInteger/TestCase.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/Math/BigInteger/TestCase.php b/tests/Math/BigInteger/TestCase.php index 78c72b5f..26566d86 100644 --- a/tests/Math/BigInteger/TestCase.php +++ b/tests/Math/BigInteger/TestCase.php @@ -266,6 +266,9 @@ abstract class Math_BigInteger_TestCase extends PhpseclibTestCase $this->assertSame('18446744073709551616', (string) $y); } + /** + * @group github279 + */ public function testDiffieHellmanKeyAgreement() { // "Oakley Group 14" 2048-bit modular exponentiation group as used in