PHP Class Contao\CoreBundle\Test\Config\Loader\XliffFileLoaderTest

Inheritance: extends Contao\CoreBundle\Test\TestCase
Datei anzeigen Open project: contao/core-bundle

Public Methods

Method Description
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.

Method Details

testInstantiation() public method

Tests the object instantiation.
public testInstantiation ( )

testLoadIntoGlobal() public method

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

testLoadIntoString() public method

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

testSupports() public method

Tests the supports() method.
public testSupports ( )

testTooManyLevels() public method

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