PHP Class ParsedownTest

Inheritance: extends Codeception\TestCase\Test
ファイルを表示 Open project: getgrav/grav Class Usage Examples

Protected Properties

Property Type Description
$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

Public Methods

Method Description
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 ( )

Protected Methods

Method Description
_after ( )
_before ( )

Private Methods

Method Description
stripLeadingWhitespace ( $string ) : mixed

Method Details

_after() protected method

protected _after ( )

_before() protected method

protected _before ( )

testAnchorLinksAbsoluteUrls() public method

testAnchorLinksLangAbsoluteUrls() public method

testAnchorLinksLangRelativeUrls() public method

testAnchorLinksRelativeUrls() public method

testAnchorLinksSubDirAbsoluteUrls() public method

testAnchorLinksSubDirRelativeUrls() public method

testAnchorLinksWithPortAbsoluteUrls() public method

testDirectoryAbsoluteLinksSubDir() public method

testDirectoryAbsoluteLinksSubDirAbsoluteUrl() public method

testExternalLinksSubDir() public method

testExternalLinksSubDirAbsoluteUrls() public method

testImages() public method

public testImages ( )

testImagesAbsoluteUrls() public method

testImagesAttributes() public method

testImagesSubDir() public method

public testImagesSubDir ( )

testImagesSubDirAbsoluteUrls() public method

testInvalidLinksSubDir() public method

testInvalidLinksSubDirAbsoluteUrl() public method

testRootImages() public method

public testRootImages ( )

testRootImagesSubDirAbsoluteUrls() public method

testSlugRelativeLinksAbsoluteUrls() public method

testSlugRelativeLinksSubDir() public method

testSlugRelativeLinksSubDirAbsoluteUrls() public method

testSpecialProtocols() public method

testSpecialProtocolsSubDir() public method

testSpecialProtocolsSubDirAbsoluteUrl() public method

Property Details

$config protected_oe property

protected Config,Grav\Common\Config $config
return Grav\Common\Config\Config

$grav protected_oe property

protected Grav,Grav\Common $grav
return Grav\Common\Grav

$language protected_oe property

protected Language,Grav\Common\Language $language
return Grav\Common\Language\Language

$old_home protected_oe property

protected $old_home

$pages protected_oe property

protected Pages,Grav\Common\Page $pages
return Grav\Common\Page\Pages

$parsedown protected_oe property

protected Parsedown,Grav\Common\Markdown $parsedown
return Grav\Common\Markdown\Parsedown

$uri protected_oe property

protected Uri,Grav\Common $uri
return Grav\Common\Uri