PHP 클래스 Contao\CoreBundle\Test\DataCollector\ContaoDataCollectorTest

파일 보기 프로젝트 열기: contao/core-bundle

공개 메소드들

메소드 설명
testCollectInBackendScope ( ) Tests the collect() method in the back end scope.
testCollectInFrontendScope ( ) Tests the collect() method in the front end scope.
testInstantiation ( ) Tests the object instantiation.
testWithNonArrayData ( ) Tests that an empty array is returned if $this->data is not an array.
testWithUnknownKey ( ) Tests that an empty array is returned if the key is unknown.

메소드 상세

testCollectInBackendScope() 공개 메소드

Tests the collect() method in the back end scope.

testCollectInFrontendScope() 공개 메소드

Tests the collect() method in the front end scope.

testInstantiation() 공개 메소드

Tests the object instantiation.
public testInstantiation ( )

testWithNonArrayData() 공개 메소드

Tests that an empty array is returned if $this->data is not an array.

testWithUnknownKey() 공개 메소드

Tests that an empty array is returned if the key is unknown.
public testWithUnknownKey ( )