PHP Класс ApiPlatform\Core\Tests\Metadata\Property\Factory\ExtractorPropertyMetadataFactoryTest

Автор: Baptiste Meyer ([email protected])
Наследование: extends FileConfigurationMetadataFactoryProvider
Показать файл Открыть проект

Открытые методы

Метод Описание
testCreateWithInvalidXml ( )
testCreateWithMalformedPropertiesSettingYaml ( )
testCreateWithMalformedPropertySettingYaml ( )
testCreateWithMalformedResourcesSettingYaml ( )
testCreateWithMalformedYaml ( )
testCreateWithNonexistentPropertyXml ( )
testCreateWithNonexistentPropertyYaml ( )
testCreateWithNonexistentResourceXml ( )
testCreateWithNonexistentResourceYaml ( )
testCreateWithParentPropertyMetadataFactoryXml ( PropertyMetadata $expectedPropertyMetadata )
testCreateWithParentPropertyMetadataFactoryYaml ( PropertyMetadata $expectedPropertyMetadata )
testCreateXml ( PropertyMetadata $expectedPropertyMetadata )
testCreateYaml ( PropertyMetadata $expectedPropertyMetadata )

Описание методов

testCreateWithInvalidXml() публичный метод

testCreateWithMalformedPropertiesSettingYaml() публичный метод

testCreateWithMalformedPropertySettingYaml() публичный метод

testCreateWithMalformedResourcesSettingYaml() публичный метод

testCreateWithMalformedYaml() публичный метод

testCreateWithNonexistentPropertyXml() публичный метод

testCreateWithNonexistentPropertyYaml() публичный метод

testCreateWithNonexistentResourceXml() публичный метод

testCreateWithNonexistentResourceYaml() публичный метод

testCreateWithParentPropertyMetadataFactoryXml() публичный метод

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

testCreateWithParentPropertyMetadataFactoryYaml() публичный метод

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

testCreateXml() публичный метод

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

testCreateYaml() публичный метод

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