PHP 클래스 Contao\CoreBundle\Test\Config\Loader\XliffFileLoaderTest

파일 보기 프로젝트 열기: contao/core-bundle

공개 메소드들

메소드 설명
testInstantiation ( ) Tests the object instantiation.
testLoadIntoGlobal ( ) Tests loading a file into the global variables.
testLoadIntoString ( ) Tests loading a file into a string.
testSupports ( ) Tests the supports() method.
testTooManyLevels ( ) Tests loading a file with too many nesting levels.

메소드 상세

testInstantiation() 공개 메소드

Tests the object instantiation.
public testInstantiation ( )

testLoadIntoGlobal() 공개 메소드

Tests loading a file into the global variables.
public testLoadIntoGlobal ( )

testLoadIntoString() 공개 메소드

Tests loading a file into a string.
public testLoadIntoString ( )

testSupports() 공개 메소드

Tests the supports() method.
public testSupports ( )

testTooManyLevels() 공개 메소드

Tests loading a file with too many nesting levels.
public testTooManyLevels ( )