PHP Class eZ\Bundle\EzPublishCoreBundle\Tests\DependencyInjection\Configuration\Parser\AbstractParserTestCase

Inheritance: extends Matthias\SymfonyDependencyInjectionTest\PhpUnit\AbstractExtensionTestCase
Datei anzeigen Open project: ezsystems/ezpublish-kernel Class Usage Examples

Protected Properties

Property Type Description
$configResolver eZ\Bundle\EzPublishCoreBundle\DependencyInjection\Configuration\ConfigResolver

Protected Methods

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

Method Details

assertConfigResolverParameterValue() protected method

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 method

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

Property Details

$configResolver protected_oe property

protected ConfigResolver,eZ\Bundle\EzPublishCoreBundle\DependencyInjection\Configuration $configResolver
return eZ\Bundle\EzPublishCoreBundle\DependencyInjection\Configuration\ConfigResolver