From 6c27b758ecff62105efc5bd283e52739b5565a9d Mon Sep 17 00:00:00 2001 From: Dominique Fournier Date: Fri, 15 Mar 2019 08:44:03 +0000 Subject: [PATCH] Remove non needed print_r git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@5110 bf3deb0d-5f1a-0410-827f-c0cc1f45334c --- Tests/certificationauthorityTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/Tests/certificationauthorityTest.php b/Tests/certificationauthorityTest.php index 1244ddf..983cbdc 100644 --- a/Tests/certificationauthorityTest.php +++ b/Tests/certificationauthorityTest.php @@ -139,7 +139,6 @@ class test_certificationauthority extends PHPUnit_Framework_TestCase exec ("openssl x509 -in - -text -noout < /tmp/test_signCSR_6", $output); $res = preg_match ("#DNS:CSR.fournier38.fr, DNS:ALT1.example.com, DNS:ALT#", implode ("\n", $output)); -print_r ($output); unlink ("/tmp/test_signCSR_6"); $this->assertSame ($res, 1); }