Skip to content

Commit

Permalink
[#14551] - Adjusted test
Browse files Browse the repository at this point in the history
  • Loading branch information
niden committed Nov 22, 2019
1 parent e68a15e commit 5f09739
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/unit/Security/GetSetWorkFactorCest.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,20 @@
class GetSetWorkFactorCest
{
/**
* Tests Phalcon\Security :: setWorkFactor() and getWorkFactor()
* Tests Phalcon\Security :: setWorkFactor()/getWorkFactor()
*
* @author Ruud Boon
* @since 2018-11-13
*/
public function securityGetSetWorkFactor(UnitTester $I)
{
$I->wantToTest('Security - setWorkFactor()');
$I->wantToTest('Security - getWorkFactor()/setWorkFactor()');

$security = new Security();


$I->assertEquals(
8,
10,
$security->getWorkFactor()
);

Expand Down

0 comments on commit 5f09739

Please sign in to comment.