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

파일 보기 프로젝트 열기: contao/core-bundle

공개 메소드들

메소드 설명
setUp ( )
testGetAllOptionsWithImageSizes ( ) Tests getting all options with image sizes.
testGetAllOptionsWithoutImageSizes ( ) Tests getting all options without image sizes.
testGetOptionsForAdminUser ( ) Tests getting the options for an admin user.
testGetOptionsForRegularUser ( ) Tests getting all options for a regular user.
testInstantiation ( ) Tests the object instantiation.

비공개 메소드들

메소드 설명
expectEvent ( string $event ) Adds an expected method call to the event dispatcher mock object.
expectExampleImageSizes ( ) Adds expected example image sizes to the database connection mock object.
expectImageSizes ( array $imageSizes ) Adds an expected method call to the database connection mock object.

메소드 상세

setUp() 공개 메소드

public setUp ( )

testGetAllOptionsWithImageSizes() 공개 메소드

Tests getting all options with image sizes.

testGetAllOptionsWithoutImageSizes() 공개 메소드

Tests getting all options without image sizes.

testGetOptionsForAdminUser() 공개 메소드

Tests getting the options for an admin user.

testGetOptionsForRegularUser() 공개 메소드

Tests getting all options for a regular user.

testInstantiation() 공개 메소드

Tests the object instantiation.
public testInstantiation ( )