PHP Class Pantheon\Terminus\UnitTests\Session\SessionTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: pantheon-systems/terminus

Protected Properties

Property Type Description
$filecache
$session

Public Methods

Method Description
testDestroy ( ) Test destroying the session
testGetUser ( ) Test getting and setting data
testIsActive ( ) Test destroying the session
testIsActiveTestMode ( ) Test destroying the session
testIsNotActive ( ) Test destroying the session
testSetData ( ) Test getting and setting data
testSetGet ( ) Test getting and setting data

Protected Methods

Method Description
setUp ( )

Method Details

setUp() protected method

protected setUp ( )

testDestroy() public method

Test destroying the session
public testDestroy ( )

testGetUser() public method

Test getting and setting data
public testGetUser ( )

testIsActive() public method

Test destroying the session
public testIsActive ( )

testIsActiveTestMode() public method

Test destroying the session

testIsNotActive() public method

Test destroying the session
public testIsNotActive ( )

testSetData() public method

Test getting and setting data
public testSetData ( )

testSetGet() public method

Test getting and setting data
public testSetGet ( )

Property Details

$filecache protected property

protected $filecache

$session protected property

protected $session