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

Inheritance: extends PHPUnit_Framework_TestCase
Afficher le fichier Open project: contao/core-bundle

Méthodes publiques

Méthode 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 méthode

Tests the object instantiation.
public testInstantiation ( )

testOffsetExists() public méthode

Tests the offsetExists() method.
public testOffsetExists ( )

testOffsetGet() public méthode

Tests the offsetGet() method.
public testOffsetGet ( )

testOffsetSet() public méthode

Tests the offsetSet() method.
public testOffsetSet ( )

testOffsetUnset() public méthode

Tests the offsetUnset() method.
public testOffsetUnset ( )