Home
last modified time | relevance | path

Searched refs:getDataPaths (Results 1 – 5 of 5) sorted by relevance

/plugin/mdpage/vendor/cebe/markdown/tests/
H A DBaseMarkdownTest.php21 abstract public function getDataPaths(); function in cebe\\markdown\\tests\\BaseMarkdownTest
89 file_get_contents($this->getDataPaths()[$path] . '/' . $file . '.md'),
90 file_get_contents($this->getDataPaths()[$path] . '/' . $file . $this->outputFileExtension),
97 foreach ($this->getDataPaths() as $name => $src) {
H A DMarkdownExtraTest.php17 public function getDataPaths() function in cebe\\markdown\\tests\\MarkdownExtraTest
H A DMarkdownOLStartNumTest.php26 public function getDataPaths() function in cebe\\markdown\\tests\\MarkdownOLStartNumTest
H A DMarkdownTest.php25 public function getDataPaths() function in cebe\\markdown\\tests\\MarkdownTest
H A DGithubMarkdownTest.php25 public function getDataPaths() function in cebe\\markdown\\tests\\GithubMarkdownTest