EncryptableTest
extends TestCase
in package
Table of Contents
- TEST_CRYPT_KEY = 'gBmM1S5bxZ5ePRj5'
- $encrypter : Encrypter
- createApplication() : HttpKernelInterface
- Creates the application.
- setUp() : mixed
- testEncryptableTrait() : mixed
- testNothing() : mixed
- callProtectedMethod() : mixed
Constants
TEST_CRYPT_KEY
public
mixed
TEST_CRYPT_KEY
= 'gBmM1S5bxZ5ePRj5'
Properties
$encrypter
protected
Encrypter
$encrypter
Encrypter instance.
Methods
createApplication()
Creates the application.
public
createApplication() : HttpKernelInterface
Return values
HttpKernelInterface —setUp()
public
setUp() : mixed
Return values
mixed —testEncryptableTrait()
public
testEncryptableTrait() : mixed
Return values
mixed —testNothing()
public
testNothing() : mixed
Return values
mixed —callProtectedMethod()
protected
static callProtectedMethod(mixed $object, mixed $name[, mixed $params = [] ]) : mixed
Parameters
- $object : mixed
- $name : mixed
- $params : mixed = []