summaryrefslogtreecommitdiff
path: root/ext/sodium/tests/crypto_stream.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/sodium/tests/crypto_stream.phpt')
-rw-r--r--ext/sodium/tests/crypto_stream.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/sodium/tests/crypto_stream.phpt b/ext/sodium/tests/crypto_stream.phpt
index 27e163c071..46f174e15b 100644
--- a/ext/sodium/tests/crypto_stream.phpt
+++ b/ext/sodium/tests/crypto_stream.phpt
@@ -1,7 +1,7 @@
--TEST--
Check for libsodium stream
---SKIPIF--
-<?php if (!extension_loaded("sodium")) print "skip"; ?>
+--EXTENSIONS--
+sodium
--FILE--
<?php
$nonce = random_bytes(SODIUM_CRYPTO_STREAM_NONCEBYTES);