PHP 클래스 Phalcon\Test\Legacy\CryptTest

저자: Serghei Iakovlev ([email protected])
상속: extends Codeception\TestCase\Test, use trait Codeception\Specify
파일 보기 프로젝트 열기: phalcon/incubator

보호된 프로퍼티들

프로퍼티 타입 설명
$tester UnitTester UnitTester Object

공개 메소드들

메소드 설명
_before ( )
testCryptConstants ( ) Tests the Crypt constants
testCryptEncryptBase64 ( ) Tests the encryption base 64
testCryptEncryption ( ) Tests the encryption
testCryptPadding ( ) Tests the padding

메소드 상세

_before() 공개 메소드

public _before ( )

testCryptConstants() 공개 메소드

Tests the Crypt constants
부터: 2015-12-20
저자: Serghei Iakovlev ([email protected])
public testCryptConstants ( )

testCryptEncryptBase64() 공개 메소드

Tests the encryption base 64
부터: 2014-10-17
저자: Nikolaos Dimopoulos ([email protected])

testCryptEncryption() 공개 메소드

Tests the encryption
부터: 2014-10-17
저자: Nikolaos Dimopoulos ([email protected])
public testCryptEncryption ( )

testCryptPadding() 공개 메소드

Tests the padding
부터: 2014-10-17
저자: Nikolaos Dimopoulos ([email protected])
public testCryptPadding ( )

프로퍼티 상세

$tester 보호되어 있는 프로퍼티

UnitTester Object
protected UnitTester $tester
리턴 UnitTester