PHP 클래스 Contao\CoreBundle\Test\Contao\WidgetTest

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

공개 메소드들

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