Skip to content

Commit

Permalink
issue-1261.phpt requires openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
sjinks committed Sep 27, 2013
1 parent efad7d6 commit 7dce086
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion ext/tests/issue-1261.phpt
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
--TEST--
Ability to restrict the maximum password length for Phalcon\Security::checkHash() - https://github.com/phalcon/cphalcon/pull/1261
--SKIPIF--
<?php include('skipif.inc'); ?>
<?php
include('skipif.inc');
if (!extension_loaded('openssl')) {
die('skip openssl extension is not available');
}
?>
--FILE--
<?php
$s = new \Phalcon\Security();
Expand Down

0 comments on commit 7dce086

Please sign in to comment.