PHP 클래스 ApiPlatform\Core\Tests\Metadata\Property\Factory\ExtractorPropertyMetadataFactoryTest

저자: Baptiste Meyer ([email protected])
상속: extends FileConfigurationMetadataFactoryProvider
파일 보기 프로젝트 열기: api-platform/core

공개 메소드들

메소드 설명
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