PHP 클래스 ApiPlatform\Core\Tests\Doctrine\Orm\Filter\NumericFilterTest

저자: Amrouche Hamza ([email protected])
상속: extends Symfony\Bundle\FrameworkBundle\Test\KernelTestCase
파일 보기 프로젝트 열기: api-platform/core

보호된 프로퍼티들

프로퍼티 타입 설명
$resourceClass string

공개 메소드들

메소드 설명
provideApplyTestData ( ) : array Provides test data.
testApply ( $properties, array $filterParameters, string $expected )
testGetDescription ( )
testGetDescriptionDefaultFields ( )

보호된 메소드들

메소드 설명
setUp ( )

메소드 상세

provideApplyTestData() 공개 메소드

Provides 3 parameters: - configuration of filterable properties - filter parameters - expected DQL query
public provideApplyTestData ( ) : array
리턴 array

setUp() 보호된 메소드

protected setUp ( )

testApply() 공개 메소드

public testApply ( $properties, array $filterParameters, string $expected )
$filterParameters array
$expected string

testGetDescription() 공개 메소드

public testGetDescription ( )

testGetDescriptionDefaultFields() 공개 메소드

프로퍼티 상세

$resourceClass 보호되어 있는 프로퍼티

protected string $resourceClass
리턴 string