PHP Class Contao\CoreBundle\Test\Image\PictureFactoryTest

Author: Martin Auswöger ([email protected])
Inheritance: extends Contao\CoreBundle\Test\TestCase
Afficher le fichier Open project: contao/core-bundle

Méthodes publiques

Méthode Description
testCreate ( ) Tests the create() method.
testCreateLegacyMode ( ) Tests the create() method.
testCreateWithImageObjectAndPictureConfiguration ( ) Tests the create() method.
testCreateWithoutModel ( ) Tests the create() method.
testInstantiation ( ) Tests the object instantiation.

Private Methods

Méthode Description
createPictureFactory ( Contao\Image\PictureGenerator | null $pictureGenerator = null, ImageFactory | null $imageFactory = null, Contao\CoreBundle\Framework\ContaoFrameworkInterface | null $framework = null, boolean $bypassCache = null, array $imagineOptions = null ) : PictureFactory Creates an PictureFactory instance helper.

Method Details

testCreate() public méthode

Tests the create() method.
public testCreate ( )

testCreateLegacyMode() public méthode

Tests the create() method.

testCreateWithImageObjectAndPictureConfiguration() public méthode

Tests the create() method.

testCreateWithoutModel() public méthode

Tests the create() method.

testInstantiation() public méthode

Tests the object instantiation.
public testInstantiation ( )