PHP 클래스 Contao\CoreBundle\Test\Framework\Adapter\AdapterTest

상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: contao/core-bundle

공개 메소드들

메소드 설명
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.