PHP Class Contao\CoreBundle\Test\Contao\PictureTest

Inheritance: extends Contao\CoreBundle\Test\TestCase
Afficher le fichier Open project: contao/core-bundle

Méthodes publiques

Méthode Description
setUpBeforeClass ( )
tearDownAfterClass ( )
testGetTemplateData ( ) Tests the getTemplateData() method.
testGetTemplateDataImgOnly ( ) Tests the getTemplateData() method with an img tag only.
testGetTemplateDataOldResizeMode ( ) Tests the getTemplateData() method with an old resize mode.
testGetTemplateDataUrlEncoded ( ) Tests the getTemplateData() method with encoded file names.
testGetTemplateDataWithDensities ( ) Tests the getTemplateData() method with densities.
testGetTemplateDataWithDensitiesSizes ( ) Tests the getTemplateData() method with densities and sizes.
testGetTemplateDataWithSources ( ) Tests the getTemplateData() method with sources.
testInstantiation ( ) Tests the object instantiation.

Méthodes protégées

Méthode Description
setUp ( )

Method Details

setUp() protected méthode

protected setUp ( )

setUpBeforeClass() public static méthode

public static setUpBeforeClass ( )

tearDownAfterClass() public static méthode

public static tearDownAfterClass ( )

testGetTemplateData() public méthode

Tests the getTemplateData() method.
public testGetTemplateData ( )

testGetTemplateDataImgOnly() public méthode

Tests the getTemplateData() method with an img tag only.

testGetTemplateDataOldResizeMode() public méthode

Tests the getTemplateData() method with an old resize mode.

testGetTemplateDataUrlEncoded() public méthode

Tests the getTemplateData() method with encoded file names.

testGetTemplateDataWithDensities() public méthode

Tests the getTemplateData() method with densities.

testGetTemplateDataWithDensitiesSizes() public méthode

Tests the getTemplateData() method with densities and sizes.

testGetTemplateDataWithSources() public méthode

Tests the getTemplateData() method with sources.

testInstantiation() public méthode

Tests the object instantiation.
public testInstantiation ( )