PHP Class Contao\CoreBundle\Test\Session\Attribute\ArrayAttributeBagTest

Inheritance: extends PHPUnit_Framework_TestCase
Datei anzeigen Open project: contao/core-bundle

Public Methods

Method Description
testInstantiation ( ) Tests the object instantiation.
testOffsetExists ( ) Tests the offsetExists() method.
testOffsetGet ( ) Tests the offsetGet() method.
testOffsetSet ( ) Tests the offsetSet() method.
testOffsetUnset ( ) Tests the offsetUnset() method.

Method Details

testInstantiation() public method

Tests the object instantiation.
public testInstantiation ( )

testOffsetExists() public method

Tests the offsetExists() method.
public testOffsetExists ( )

testOffsetGet() public method

Tests the offsetGet() method.
public testOffsetGet ( )

testOffsetSet() public method

Tests the offsetSet() method.
public testOffsetSet ( )

testOffsetUnset() public method

Tests the offsetUnset() method.
public testOffsetUnset ( )