PHP Класс Contao\CoreBundle\Test\Image\PictureFactoryTest

Автор: Martin Auswöger ([email protected])
Наследование: extends Contao\CoreBundle\Test\TestCase
Показать файл Открыть проект

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

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

Приватные методы

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

Описание методов

testCreate() публичный Метод

Tests the create() method.
public testCreate ( )

testCreateLegacyMode() публичный Метод

Tests the create() method.

testCreateWithImageObjectAndPictureConfiguration() публичный Метод

Tests the create() method.

testCreateWithoutModel() публичный Метод

Tests the create() method.

testInstantiation() публичный Метод

Tests the object instantiation.
public testInstantiation ( )