PHP 클래스 eZ\Publish\Core\FieldType\Tests\RichText\Converter\LinkTest

상속: extends PHPUnit_Framework_TestCas\PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: ezsystems/ezpublish-kernel

공개 메소드들

메소드 설명
providerBadContentLink ( ) : array
providerBadLocationLink ( ) : array
providerContentLink ( ) : array
providerLinkXmlSample ( ) : array
providerLocationLink ( ) : array
testConvertBadContentLink ( $input, $output, $contentId, $exception, $logType, $logMessage ) Test logging of bad content links.
testConvertBadLocationLink ( $input, $output, $locationId, $exception, $logType, $logMessage ) Test logging of bad location links.
testConvertContentLink ( $input, $output, $contentId, $urlResolved ) Test conversion of ezcontent:// links.
testConvertLocationLink ( $input, $output, $locationId, $urlResolved ) Test conversion of ezlocation:// links.
testLink ( $input, $output ) Test conversion of ezurl:// links.

보호된 메소드들

메소드 설명
getMockContentService ( ) : PHPUnit_Framework_MockObject_MockObject
getMockLocationService ( ) : PHPUnit_Framework_MockObject_MockObject
getMockUrlAliasRouter ( ) : PHPUnit_Framework_MockObject_MockObject

메소드 상세

getMockContentService() 보호된 메소드

protected getMockContentService ( ) : PHPUnit_Framework_MockObject_MockObject
리턴 PHPUnit_Framework_MockObject_MockObject

getMockLocationService() 보호된 메소드

protected getMockLocationService ( ) : PHPUnit_Framework_MockObject_MockObject
리턴 PHPUnit_Framework_MockObject_MockObject

getMockUrlAliasRouter() 보호된 메소드

protected getMockUrlAliasRouter ( ) : PHPUnit_Framework_MockObject_MockObject
리턴 PHPUnit_Framework_MockObject_MockObject

providerLinkXmlSample() 공개 메소드

public providerLinkXmlSample ( ) : array
리턴 array