PHP 클래스 Neos\Media\Tests\Unit\TypeConverter\ImageInterfaceConverterTest

상속: extends Neos\Flow\Tests\UnitTestCase
파일 보기 프로젝트 열기: neos/neos-development-collection

보호된 프로퍼티들

프로퍼티 타입 설명
$converter Neos\Media\TypeConverter\ImageInterfaceConverter
$mockObjectManager Neos\Flow\ObjectManagement\ObjectManagerInterface | PHPUnit_Framework_MockObject_MockObject
$mockPersistenceManager Neos\Flow\Persistence\PersistenceManagerInterface | PHPUnit_Framework_MockObject_MockObject
$mockReflectionService Neos\Flow\Reflection\ReflectionService | PHPUnit_Framework_MockObject_MockObject

공개 메소드들

메소드 설명
canConvertFromDataProvider ( ) : array
canConvertFromTests ( mixed $source, string $targetType, boolean $expected )
checkMetadata ( )
convertFromReturnsNullIfResourcePropertyIsNotConverted ( )
setUp ( ) : void

메소드 상세

canConvertFromDataProvider() 공개 메소드

public canConvertFromDataProvider ( ) : array
리턴 array

canConvertFromTests() 공개 메소드

public canConvertFromTests ( mixed $source, string $targetType, boolean $expected )
$source mixed
$targetType string
$expected boolean

checkMetadata() 공개 메소드

public checkMetadata ( )

convertFromReturnsNullIfResourcePropertyIsNotConverted() 공개 메소드

setUp() 공개 메소드

public setUp ( ) : void
리턴 void

프로퍼티 상세

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

protected ImageInterfaceConverter,Neos\Media\TypeConverter $converter
리턴 Neos\Media\TypeConverter\ImageInterfaceConverter

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

protected ObjectManagerInterface,Neos\Flow\ObjectManagement|PHPUnit_Framework_MockObject_MockObject $mockObjectManager
리턴 Neos\Flow\ObjectManagement\ObjectManagerInterface | PHPUnit_Framework_MockObject_MockObject

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

protected PersistenceManagerInterface,Neos\Flow\Persistence|PHPUnit_Framework_MockObject_MockObject $mockPersistenceManager
리턴 Neos\Flow\Persistence\PersistenceManagerInterface | PHPUnit_Framework_MockObject_MockObject

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

protected ReflectionService,Neos\Flow\Reflection|PHPUnit_Framework_MockObject_MockObject $mockReflectionService
리턴 Neos\Flow\Reflection\ReflectionService | PHPUnit_Framework_MockObject_MockObject