Remove non needed print_r
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@5110 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
@@ -139,7 +139,6 @@ class test_certificationauthority extends PHPUnit_Framework_TestCase
|
|||||||
exec ("openssl x509 -in - -text -noout < /tmp/test_signCSR_6", $output);
|
exec ("openssl x509 -in - -text -noout < /tmp/test_signCSR_6", $output);
|
||||||
$res = preg_match ("#DNS:CSR.fournier38.fr, DNS:ALT1.example.com, DNS:ALT#",
|
$res = preg_match ("#DNS:CSR.fournier38.fr, DNS:ALT1.example.com, DNS:ALT#",
|
||||||
implode ("\n", $output));
|
implode ("\n", $output));
|
||||||
print_r ($output);
|
|
||||||
unlink ("/tmp/test_signCSR_6");
|
unlink ("/tmp/test_signCSR_6");
|
||||||
$this->assertSame ($res, 1);
|
$this->assertSame ($res, 1);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user