PHP Class ApiPlatform\Core\Tests\Metadata\Property\Factory\ExtractorPropertyMetadataFactoryTest

Author: Baptiste Meyer ([email protected])
Inheritance: extends FileConfigurationMetadataFactoryProvider
Exibir arquivo Open project: api-platform/core

Public Methods

Method Description
testCreateWithInvalidXml ( )
testCreateWithMalformedPropertiesSettingYaml ( )
testCreateWithMalformedPropertySettingYaml ( )
testCreateWithMalformedResourcesSettingYaml ( )
testCreateWithMalformedYaml ( )
testCreateWithNonexistentPropertyXml ( )
testCreateWithNonexistentPropertyYaml ( )
testCreateWithNonexistentResourceXml ( )
testCreateWithNonexistentResourceYaml ( )
testCreateWithParentPropertyMetadataFactoryXml ( PropertyMetadata $expectedPropertyMetadata )
testCreateWithParentPropertyMetadataFactoryYaml ( PropertyMetadata $expectedPropertyMetadata )
testCreateXml ( PropertyMetadata $expectedPropertyMetadata )
testCreateYaml ( PropertyMetadata $expectedPropertyMetadata )

Method Details

testCreateWithInvalidXml() public method

testCreateWithMalformedPropertiesSettingYaml() public method

testCreateWithMalformedPropertySettingYaml() public method

testCreateWithMalformedResourcesSettingYaml() public method

testCreateWithMalformedYaml() public method

testCreateWithNonexistentPropertyXml() public method

testCreateWithNonexistentPropertyYaml() public method

testCreateWithNonexistentResourceXml() public method

testCreateWithNonexistentResourceYaml() public method

testCreateWithParentPropertyMetadataFactoryXml() public method

public testCreateWithParentPropertyMetadataFactoryXml ( PropertyMetadata $expectedPropertyMetadata )
$expectedPropertyMetadata ApiPlatform\Core\Metadata\Property\PropertyMetadata

testCreateWithParentPropertyMetadataFactoryYaml() public method

public testCreateWithParentPropertyMetadataFactoryYaml ( PropertyMetadata $expectedPropertyMetadata )
$expectedPropertyMetadata ApiPlatform\Core\Metadata\Property\PropertyMetadata

testCreateXml() public method

public testCreateXml ( PropertyMetadata $expectedPropertyMetadata )
$expectedPropertyMetadata ApiPlatform\Core\Metadata\Property\PropertyMetadata

testCreateYaml() public method

public testCreateYaml ( PropertyMetadata $expectedPropertyMetadata )
$expectedPropertyMetadata ApiPlatform\Core\Metadata\Property\PropertyMetadata