PHP Class Contao\CoreBundle\Test\Contao\PictureTest

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

Public Methods

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

Protected Methods

Method Description
setUp ( )

Method Details

setUp() protected method

protected setUp ( )

setUpBeforeClass() public static method

public static setUpBeforeClass ( )

tearDownAfterClass() public static method

public static tearDownAfterClass ( )

testGetTemplateData() public method

Tests the getTemplateData() method.
public testGetTemplateData ( )

testGetTemplateDataImgOnly() public method

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

testGetTemplateDataOldResizeMode() public method

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

testGetTemplateDataUrlEncoded() public method

Tests the getTemplateData() method with encoded file names.

testGetTemplateDataWithDensities() public method

Tests the getTemplateData() method with densities.

testGetTemplateDataWithDensitiesSizes() public method

Tests the getTemplateData() method with densities and sizes.

testGetTemplateDataWithSources() public method

Tests the getTemplateData() method with sources.

testInstantiation() public method

Tests the object instantiation.
public testInstantiation ( )