]> granicus.if.org Git - php/commitdiff
Fixing typo in tests
authorCharles R. Portwood II <charlesportwoodii@erianna.com>
Sun, 28 Aug 2016 02:57:09 +0000 (21:57 -0500)
committerCharles R. Portwood II <charlesportwoodii@erianna.com>
Sun, 28 Aug 2016 02:57:09 +0000 (21:57 -0500)
ext/standard/tests/password/password_hash_argon2.phpt
ext/standard/tests/password/password_hash_error_argon2.phpt
ext/standard/tests/password/password_needs_rehash_argon2.phpt
ext/standard/tests/password/password_verify_argon2.phpt

index 229d26fcae434ae9744ac8e89be3ca29e1679265..03fee3978e28b9296cee3f2c2fe1a1c04b127284 100644 (file)
@@ -2,7 +2,7 @@
 Test normal operation of password_hash() with argon2
 --SKIPIF--
 <?php
-if (!defined('PASSWORD_ARGON2I')) die('Skipped: password_get_info not built with Argon2');
+if (!defined('PASSWORD_ARGON2I')) die('Skipped: password_hash not built with Argon2');
 --FILE--
 <?php
 
index cce3c61c1229431cbb5380b729c34ffe01ed6496..39a0c4722c3c4844734991c450686bd6f35f89a4 100644 (file)
@@ -2,7 +2,7 @@
 Test error operation of password_hash() with argon2
 --SKIPIF--
 <?php
-if (!defined('PASSWORD_ARGON2I')) die('Skipped: password_get_info not built with Argon2');
+if (!defined('PASSWORD_ARGON2I')) die('Skipped: password_hash not built with Argon2');
 ?>
 --FILE--
 <?php
index 28592eb80b2be5bdbc2b0aae478ed96bddccec57..1fec77d3bdf07d8c380aa2a58971b5e138916463 100644 (file)
@@ -2,7 +2,7 @@
 Test normal operation of password_needs_rehash() with argon2
 --SKIPIF--
 <?php
-if (!defined('PASSWORD_ARGON2I')) die('Skipped: password_get_info not built with Argon2');
+if (!defined('PASSWORD_ARGON2I')) die('Skipped: password_needs_rehash not built with Argon2');
 ?>
 --FILE--
 <?php
index a3caefb09cf3346dc4bc6c628d5387398556124d..99917a7a28861f55ce1b98aee5853dd9430e5440 100644 (file)
@@ -2,7 +2,7 @@
 Test normal operation of password_verify() with argon2
 --SKIPIF--
 <?php
-if (!defined('PASSWORD_ARGON2I')) die('Skipped: password_get_info not built with Argon2');
+if (!defined('PASSWORD_ARGON2I')) die('Skipped: password_verify not built with Argon2');
 ?>
 --FILE--
 <?php