PHP Класс Contao\CoreBundle\Test\Session\Attribute\ArrayAttributeBagTest

Наследование: extends PHPUnit_Framework_TestCase
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

testInstantiation() публичный Метод

Tests the object instantiation.
public testInstantiation ( )

testOffsetExists() публичный Метод

Tests the offsetExists() method.
public testOffsetExists ( )

testOffsetGet() публичный Метод

Tests the offsetGet() method.
public testOffsetGet ( )

testOffsetSet() публичный Метод

Tests the offsetSet() method.
public testOffsetSet ( )

testOffsetUnset() публичный Метод

Tests the offsetUnset() method.
public testOffsetUnset ( )