PHP 클래스 eZ\Publish\Core\MVC\Symfony\Matcher\Tests\ContentBased\DepthTest

상속: extends BaseTest
파일 보기 프로젝트 열기: ezsystems/ezpublish-kernel

공개 메소드들

메소드 설명
matchContentInfoProvider ( )
matchLocationProvider ( )
testMatchContentInfo ( integer | int[] $matchingConfig, eZ\Publish\API\Repository\Repository $repository, boolean $expectedResult )
testMatchLocation ( integer | int[] $matchingConfig, eZ\Publish\API\Repository\Values\Content\Location $location, boolean $expectedResult )

보호된 메소드들

메소드 설명
setUp ( )

비공개 메소드들

메소드 설명
generateRepositoryMockForDepth ( integer $depth ) : PHPUnit_Framework_MockObject_MockObject Returns a Repository mock configured to return the appropriate Location object with given parent location Id.

메소드 상세

matchContentInfoProvider() 공개 메소드

matchLocationProvider() 공개 메소드

setUp() 보호된 메소드

protected setUp ( )

testMatchContentInfo() 공개 메소드

public testMatchContentInfo ( integer | int[] $matchingConfig, eZ\Publish\API\Repository\Repository $repository, boolean $expectedResult )
$matchingConfig integer | int[]
$repository eZ\Publish\API\Repository\Repository
$expectedResult boolean

testMatchLocation() 공개 메소드

public testMatchLocation ( integer | int[] $matchingConfig, eZ\Publish\API\Repository\Values\Content\Location $location, boolean $expectedResult )
$matchingConfig integer | int[]
$location eZ\Publish\API\Repository\Values\Content\Location
$expectedResult boolean