summaryrefslogtreecommitdiff
path: root/ext/openssl/tests/026.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/openssl/tests/026.phpt')
-rw-r--r--ext/openssl/tests/026.phpt12
1 files changed, 0 insertions, 12 deletions
diff --git a/ext/openssl/tests/026.phpt b/ext/openssl/tests/026.phpt
deleted file mode 100644
index 38d626d742..0000000000
--- a/ext/openssl/tests/026.phpt
+++ /dev/null
@@ -1,12 +0,0 @@
---TEST--
-Options type checks
---SKIPIF--
-<?php if (!extension_loaded("openssl")) print "skip"; ?>
---FILE--
-<?php
-$x = openssl_pkey_new();
-$csr = openssl_csr_new(["countryName" => "DE"], $x, ["x509_extensions" => 0xDEADBEEF]);
-?>
-DONE
---EXPECT--
-DONE