PHP Класс Contao\CoreBundle\Test\Framework\Adapter\AdapterTest

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

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

Метод Описание
testInstantiation ( ) Tests the object instantiation.
testMagicCall ( ) Tests the __call method.
testMagicCallMissingMethod ( ) Tests the __call method of a non-existent function.

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

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

Tests the object instantiation.
public testInstantiation ( )

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

Tests the __call method.
public testMagicCall ( )

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

Tests the __call method of a non-existent function.