diff options
-rw-r--r-- | lib/plugins/authpdo/_test/pgsql.test.php | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/plugins/authpdo/_test/pgsql.test.php b/lib/plugins/authpdo/_test/pgsql.test.php index 45fd580df..31400aeb3 100644 --- a/lib/plugins/authpdo/_test/pgsql.test.php +++ b/lib/plugins/authpdo/_test/pgsql.test.php @@ -10,12 +10,4 @@ class pgsql_plugin_authpdo_test extends mysql_plugin_authpdo_test { protected $driver = 'pgsql'; - public function test_requirements() { - parent::test_requirements(); - - if(!function_exists('hash_pbkdf2') || !in_array('sha256', hash_algos())){ - $this->markTestSkipped("Skipped {$this->driver} tests. Missing pbkdf2 hash support to check passwords"); - } - } - } |