PHP 클래스 ParsedownTest

상속: extends Codeception\TestCase\Test
파일 보기 프로젝트 열기: getgrav/grav 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$config Grav\Common\Config\Config
$grav Grav\Common\Grav
$language Grav\Common\Language\Language
$old_home
$pages Grav\Common\Page\Pages
$parsedown Grav\Common\Markdown\Parsedown
$uri Grav\Common\Uri

공개 메소드들

메소드 설명
testAbsoluteLinks ( )
testAnchorLinksAbsoluteUrls ( )
testAnchorLinksLangAbsoluteUrls ( )
testAnchorLinksLangRelativeUrls ( )
testAnchorLinksRelativeUrls ( )
testAnchorLinksSubDirAbsoluteUrls ( )
testAnchorLinksSubDirRelativeUrls ( )
testAnchorLinksWithPortAbsoluteUrls ( )
testAttributeLinks ( )
testDirectoryAbsoluteLinksSubDir ( )
testDirectoryAbsoluteLinksSubDirAbsoluteUrl ( )
testDirectoryRelativeLinks ( )
testExternalLinks ( )
testExternalLinksSubDir ( )
testExternalLinksSubDirAbsoluteUrls ( )
testImages ( )
testImagesAbsoluteUrls ( )
testImagesAttributes ( )
testImagesSubDir ( )
testImagesSubDirAbsoluteUrls ( )
testInvalidLinks ( )
testInvalidLinksSubDir ( )
testInvalidLinksSubDirAbsoluteUrl ( )
testReferenceLinks ( )
testRootAbsoluteLinks ( )
testRootImages ( )
testRootImagesSubDirAbsoluteUrls ( )
testSlugRelativeLinks ( )
testSlugRelativeLinksAbsoluteUrls ( )
testSlugRelativeLinksSubDir ( )
testSlugRelativeLinksSubDirAbsoluteUrls ( )
testSpecialProtocols ( )
testSpecialProtocolsSubDir ( )
testSpecialProtocolsSubDirAbsoluteUrl ( )

보호된 메소드들

메소드 설명
_after ( )
_before ( )

비공개 메소드들

메소드 설명
stripLeadingWhitespace ( $string ) : mixed

메소드 상세

_after() 보호된 메소드

protected _after ( )

_before() 보호된 메소드

protected _before ( )

testAnchorLinksAbsoluteUrls() 공개 메소드

testAnchorLinksLangAbsoluteUrls() 공개 메소드

testAnchorLinksLangRelativeUrls() 공개 메소드

testAnchorLinksRelativeUrls() 공개 메소드

testAnchorLinksSubDirAbsoluteUrls() 공개 메소드

testAnchorLinksSubDirRelativeUrls() 공개 메소드

testAnchorLinksWithPortAbsoluteUrls() 공개 메소드

testDirectoryAbsoluteLinksSubDir() 공개 메소드

testDirectoryAbsoluteLinksSubDirAbsoluteUrl() 공개 메소드

testExternalLinksSubDir() 공개 메소드

testExternalLinksSubDirAbsoluteUrls() 공개 메소드

testImages() 공개 메소드

public testImages ( )

testImagesAbsoluteUrls() 공개 메소드

testImagesAttributes() 공개 메소드

testImagesSubDir() 공개 메소드

public testImagesSubDir ( )

testImagesSubDirAbsoluteUrls() 공개 메소드

testInvalidLinksSubDir() 공개 메소드

testInvalidLinksSubDirAbsoluteUrl() 공개 메소드

testRootImages() 공개 메소드

public testRootImages ( )

testRootImagesSubDirAbsoluteUrls() 공개 메소드

testSlugRelativeLinksAbsoluteUrls() 공개 메소드

testSlugRelativeLinksSubDir() 공개 메소드

testSlugRelativeLinksSubDirAbsoluteUrls() 공개 메소드

testSpecialProtocols() 공개 메소드

testSpecialProtocolsSubDir() 공개 메소드

testSpecialProtocolsSubDirAbsoluteUrl() 공개 메소드

프로퍼티 상세

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

protected Config,Grav\Common\Config $config
리턴 Grav\Common\Config\Config

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

protected Grav,Grav\Common $grav
리턴 Grav\Common\Grav

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

protected Language,Grav\Common\Language $language
리턴 Grav\Common\Language\Language

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

protected $old_home

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

protected Pages,Grav\Common\Page $pages
리턴 Grav\Common\Page\Pages

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

protected Parsedown,Grav\Common\Markdown $parsedown
리턴 Grav\Common\Markdown\Parsedown

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

protected Uri,Grav\Common $uri
리턴 Grav\Common\Uri