PHP Класс Contao\CoreBundle\Test\Contao\WidgetTest

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

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

Метод Описание
postProvider ( ) : array Provides the data for the testGetPost() method.
setUpBeforeClass ( ) Includes the helper functions if they have not yet been included.
testGetPost ( string $key, string $input, mixed $value, string $expected ) Tests the getPost() method.

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

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

Provides the data for the testGetPost() method.
public postProvider ( ) : array
Результат array

setUpBeforeClass() публичный статический Метод

Includes the helper functions if they have not yet been included.
public static setUpBeforeClass ( )

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

Tests the getPost() method.
public testGetPost ( string $key, string $input, mixed $value, string $expected )
$key string
$input string
$value mixed
$expected string