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

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

보호된 프로퍼티들

프로퍼티 타입 설명
$iriConverter ApiPlatform\Core\Api\IriConverterInterface
$propertyAccessor Symfony\Component\PropertyAccess\PropertyAccessorInterface
$resourceClass string

공개 메소드들

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

보호된 메소드들

메소드 설명
setUp ( )

메소드 상세

provideApplyTestData() 공개 메소드

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

setUp() 보호된 메소드

protected setUp ( )

testApply() 공개 메소드

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

testDoubleJoin() 공개 메소드

public testDoubleJoin ( )

testGetDescription() 공개 메소드

public testGetDescription ( )

testTripleJoin() 공개 메소드

public testTripleJoin ( )

프로퍼티 상세

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

protected IriConverterInterface,ApiPlatform\Core\Api $iriConverter
리턴 ApiPlatform\Core\Api\IriConverterInterface

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

protected PropertyAccessorInterface,Symfony\Component\PropertyAccess $propertyAccessor
리턴 Symfony\Component\PropertyAccess\PropertyAccessorInterface

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

protected string $resourceClass
리턴 string