PHP Класс Contao\CoreBundle\Test\DataCollector\ContaoDataCollectorTest

Наследование: extends Contao\CoreBundle\Test\TestCase
Показать файл Открыть проект

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

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