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

Inheritance: extends PHPUnit_Framework_TestCase
Datei anzeigen Open project: contao/core-bundle

Public Methods

Method 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 method

Tests the object instantiation.
public testInstantiation ( )

testMagicCall() public method

Tests the __call method.
public testMagicCall ( )

testMagicCallMissingMethod() public method

Tests the __call method of a non-existent function.