Merge "API: Create a module bundle for 'apipretty' and 'apihelp'"
[lhc/web/wiklou.git] / tests / phpunit / includes / password / Pbkdf2PasswordFallbackTest.php
index cf851c8..a58cf2a 100644 (file)
@@ -1,6 +1,5 @@
 <?php
 
-
 /**
  * @group large
  * @covers Pbkdf2Password
@@ -13,7 +12,6 @@ class Pbkdf2PasswordFallbackTest extends PasswordTestCase {
                                'algo' => 'sha256',
                                'cost' => '10000',
                                'length' => '128',
-                               'use-hash-extension' => false,
                        ],
                ];
        }