Class: SessionTestPhpVm
Source Location: /modules/core/test/phpunit/SessionTest.class
Class SessionTestPhpVm
Inherited Properties, Constants, and Methods
Methods
SessionTestPhpVm SessionTestPhpVm(
[
$md5Override = array()], [
$timeValue = null], [
$randValue = null]
)
|
|
Parameters:
|
$md5Override: |
|
|
$timeValue: |
|
|
$randValue: |
|
void header(
$header, [
$replace = null]
)
|
|
Parameters:
Redefinition of:
- GalleryPhpVm::header()
- Send a raw HTTP header
Parameters:
Redefinition of:
- GalleryPhpVm::md5()
- Return the 32-byte md5 hash of the given string
void rand(
[
$min = null], [
$max = null]
)
|
|
Parameters:
Redefinition of:
- GalleryPhpVm::rand()
- Generate random integer
|
|