Skip to content

Commit 7aece45

Browse files
Fabien Villepintecarusogabriel
authored andcommitted
Add missing SKIPIF (openssl)
Co-Authored-By: Gabriel Caruso <carusogabriel34@gmail.com>
1 parent bbf7b8d commit 7aece45

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ext/openssl/tests/bug78391.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
Bug #78391: Assertion failure in openssl_random_pseudo_bytes
3+
--SKIPIF--
4+
<?php if (!extension_loaded("openssl")) print "skip openssl extension not loaded"; ?>
35
--FILE--
46
<?php
57

0 commit comments

Comments
 (0)