PHP 클래스 Contao\CoreBundle\Test\Session\Attribute\ArrayAttributeBagTest

상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: contao/core-bundle

공개 메소드들

메소드 설명
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 ( )