PHP 클래스 eZ\Bundle\EzPublishCoreBundle\Tests\DependencyInjection\Configuration\Parser\AbstractParserTestCase

상속: extends Matthias\SymfonyDependencyInjectionTest\PhpUnit\AbstractExtensionTestCase
파일 보기 프로젝트 열기: ezsystems/ezpublish-kernel 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$configResolver eZ\Bundle\EzPublishCoreBundle\DependencyInjection\Configuration\ConfigResolver

보호된 메소드들

메소드 설명
assertConfigResolverParameterValue ( string $parameterName, mixed $expectedValue, string $scope, boolean $assertSame = true ) Asserts a parameter from ConfigResolver has expected value for given scope.
load ( array $configurationValues = [] )

메소드 상세

assertConfigResolverParameterValue() 보호된 메소드

Asserts a parameter from ConfigResolver has expected value for given scope.
protected assertConfigResolverParameterValue ( string $parameterName, mixed $expectedValue, string $scope, boolean $assertSame = true )
$parameterName string
$expectedValue mixed
$scope string SiteAccess name, group, default or global
$assertSame boolean Set to false if you want to use assertEquals() instead of assertSame()

load() 보호된 메소드

protected load ( array $configurationValues = [] )
$configurationValues array

프로퍼티 상세

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

protected ConfigResolver,eZ\Bundle\EzPublishCoreBundle\DependencyInjection\Configuration $configResolver
리턴 eZ\Bundle\EzPublishCoreBundle\DependencyInjection\Configuration\ConfigResolver