Home
last modified time | relevance | path

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

/plugin/mdpage/vendor/cebe/markdown/tests/
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) {
DMarkdownExtraTest.php17 public function getDataPaths() function in cebe\\markdown\\tests\\MarkdownExtraTest
DMarkdownOLStartNumTest.php26 public function getDataPaths() function in cebe\\markdown\\tests\\MarkdownOLStartNumTest
DMarkdownTest.php25 public function getDataPaths() function in cebe\\markdown\\tests\\MarkdownTest
DGithubMarkdownTest.php25 public function getDataPaths() function in cebe\\markdown\\tests\\GithubMarkdownTest