PHP Класс Contao\CoreBundle\Test\Config\Loader\XliffFileLoaderTest

Наследование: extends Contao\CoreBundle\Test\TestCase
Показать файл Открыть проект

Открытые методы

Метод Описание
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 ( )