PHP Class Contao\CoreBundle\Test\Framework\Adapter\AdapterTest

Inheritance: extends PHPUnit_Framework_TestCase
Afficher le fichier Open project: contao/core-bundle

Méthodes publiques

Méthode Description
testInstantiation ( ) Tests the object instantiation.
testMagicCall ( ) Tests the __call method.
testMagicCallMissingMethod ( ) Tests the __call method of a non-existent function.

Method Details

testInstantiation() public méthode

Tests the object instantiation.
public testInstantiation ( )

testMagicCall() public méthode

Tests the __call method.
public testMagicCall ( )

testMagicCallMissingMethod() public méthode

Tests the __call method of a non-existent function.