PHP 클래스 Contao\CoreBundle\Test\Image\PictureFactoryTest

저자: Martin Auswöger ([email protected])
파일 보기 프로젝트 열기: contao/core-bundle

공개 메소드들

메소드 설명
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 ( )