PHP Class Phalcon\Test\Legacy\CryptTest

Author: Serghei Iakovlev ([email protected])
Inheritance: extends Codeception\TestCase\Test, use trait Codeception\Specify
Show file Open project: phalcon/incubator

Protected Properties

Property Type Description
$tester UnitTester UnitTester Object

Public Methods

Method Description
_before ( )
testCryptConstants ( ) Tests the Crypt constants
testCryptEncryptBase64 ( ) Tests the encryption base 64
testCryptEncryption ( ) Tests the encryption
testCryptPadding ( ) Tests the padding

Method Details

_before() public method

public _before ( )

testCryptConstants() public method

Tests the Crypt constants
Since: 2015-12-20
Author: Serghei Iakovlev ([email protected])
public testCryptConstants ( )

testCryptEncryptBase64() public method

Tests the encryption base 64
Since: 2014-10-17
Author: Nikolaos Dimopoulos ([email protected])

testCryptEncryption() public method

Tests the encryption
Since: 2014-10-17
Author: Nikolaos Dimopoulos ([email protected])
public testCryptEncryption ( )

testCryptPadding() public method

Tests the padding
Since: 2014-10-17
Author: Nikolaos Dimopoulos ([email protected])
public testCryptPadding ( )

Property Details

$tester protected property

UnitTester Object
protected UnitTester $tester
return UnitTester