ParsedownTest
extends Test
in package
Class ParsedownTest
Table of Contents
Properties
- $config : Config
- $grav : Grav
- $language : Language
- $old_home : mixed
- $pages : Pages
- $parsedown : Parsedown
- $uri : Uri
Methods
- testAbsoluteLinks() : void
- testAnchorLinksAbsoluteUrls() : void
- testAnchorLinksLangAbsoluteUrls() : void
- testAnchorLinksLangRelativeUrls() : void
- testAnchorLinksRelativeUrls() : void
- testAnchorLinksSubDirAbsoluteUrls() : void
- testAnchorLinksSubDirRelativeUrls() : void
- testAnchorLinksWithPortAbsoluteUrls() : void
- testAttributeLinks() : void
- testCLSAutoSizes() : void
- testDirectoryAbsoluteLinksSubDir() : void
- testDirectoryAbsoluteLinksSubDirAbsoluteUrl() : void
- testDirectoryRelativeLinks() : void
- testExternalLinks() : void
- testExternalLinksSubDir() : void
- testExternalLinksSubDirAbsoluteUrls() : void
- testImages() : void
- testImagesAbsoluteUrls() : void
- testImagesAttributes() : void
- testImagesDefaults() : void
- testImagesSubDir() : void
- testImagesSubDirAbsoluteUrls() : void
- testInvalidLinks() : void
- testInvalidLinksSubDir() : void
- testInvalidLinksSubDirAbsoluteUrl() : void
- testReferenceLinks() : void
- testRootAbsoluteLinks() : void
- testRootImages() : void
- testRootImagesSubDirAbsoluteUrls() : void
- testSlugRelativeLinks() : void
- testSlugRelativeLinksAbsoluteUrls() : void
- testSlugRelativeLinksSubDir() : void
- testSlugRelativeLinksSubDirAbsoluteUrls() : void
- testSpecialProtocols() : void
- testSpecialProtocolsSubDir() : void
- testSpecialProtocolsSubDirAbsoluteUrl() : void
- _after() : void
- _before() : void
- setImagesDefaults() : mixed
- stripLeadingWhitespace() : mixed
Properties
$config
protected
Config
$config
$grav
protected
Grav
$grav
$language
protected
Language
$language
$old_home
protected
mixed
$old_home
$pages
protected
Pages
$pages
$parsedown
protected
Parsedown
$parsedown
$uri
protected
Uri
$uri
Methods
testAbsoluteLinks()
public
testAbsoluteLinks() : void
testAnchorLinksAbsoluteUrls()
public
testAnchorLinksAbsoluteUrls() : void
testAnchorLinksLangAbsoluteUrls()
public
testAnchorLinksLangAbsoluteUrls() : void
testAnchorLinksLangRelativeUrls()
public
testAnchorLinksLangRelativeUrls() : void
testAnchorLinksRelativeUrls()
public
testAnchorLinksRelativeUrls() : void
testAnchorLinksSubDirAbsoluteUrls()
public
testAnchorLinksSubDirAbsoluteUrls() : void
testAnchorLinksSubDirRelativeUrls()
public
testAnchorLinksSubDirRelativeUrls() : void
testAnchorLinksWithPortAbsoluteUrls()
public
testAnchorLinksWithPortAbsoluteUrls() : void
testAttributeLinks()
public
testAttributeLinks() : void
testCLSAutoSizes()
public
testCLSAutoSizes() : void
testDirectoryAbsoluteLinksSubDir()
public
testDirectoryAbsoluteLinksSubDir() : void
testDirectoryAbsoluteLinksSubDirAbsoluteUrl()
public
testDirectoryAbsoluteLinksSubDirAbsoluteUrl() : void
testDirectoryRelativeLinks()
public
testDirectoryRelativeLinks() : void
testExternalLinks()
public
testExternalLinks() : void
testExternalLinksSubDir()
public
testExternalLinksSubDir() : void
testExternalLinksSubDirAbsoluteUrls()
public
testExternalLinksSubDirAbsoluteUrls() : void
testImages()
public
testImages() : void
testImagesAbsoluteUrls()
public
testImagesAbsoluteUrls() : void
testImagesAttributes()
public
testImagesAttributes() : void
testImagesDefaults()
public
testImagesDefaults() : void
testImagesSubDir()
public
testImagesSubDir() : void
testImagesSubDirAbsoluteUrls()
public
testImagesSubDirAbsoluteUrls() : void
testInvalidLinks()
public
testInvalidLinks() : void
testInvalidLinksSubDir()
public
testInvalidLinksSubDir() : void
testInvalidLinksSubDirAbsoluteUrl()
public
testInvalidLinksSubDirAbsoluteUrl() : void
testReferenceLinks()
public
testReferenceLinks() : void
testRootAbsoluteLinks()
public
testRootAbsoluteLinks() : void
testRootImages()
public
testRootImages() : void
testRootImagesSubDirAbsoluteUrls()
public
testRootImagesSubDirAbsoluteUrls() : void
testSlugRelativeLinks()
public
testSlugRelativeLinks() : void
testSlugRelativeLinksAbsoluteUrls()
public
testSlugRelativeLinksAbsoluteUrls() : void
testSlugRelativeLinksSubDir()
public
testSlugRelativeLinksSubDir() : void
testSlugRelativeLinksSubDirAbsoluteUrls()
public
testSlugRelativeLinksSubDirAbsoluteUrls() : void
testSpecialProtocols()
public
testSpecialProtocols() : void
testSpecialProtocolsSubDir()
public
testSpecialProtocolsSubDir() : void
testSpecialProtocolsSubDirAbsoluteUrl()
public
testSpecialProtocolsSubDirAbsoluteUrl() : void
_after()
protected
_after() : void
_before()
protected
_before() : void
setImagesDefaults()
private
setImagesDefaults(mixed $defaults) : mixed
Parameters
- $defaults : mixed
stripLeadingWhitespace()
private
stripLeadingWhitespace(mixed $string) : mixed
Parameters
- $string : mixed