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

Наследование: extends Contao\CoreBundle\Test\TestCase
Показать файл Открыть проект

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

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