Searched refs:classPath (Results 1 – 1 of 1) sorted by relevance
92 $classPath = str_replace('\\', '/', $className);95 || $this->autoloadTestMockClass($classPath)96 || $this->autoloadTestClass($classPath)97 || $this->autoloadPluginClass($classPath)98 || $this->autoloadTemplateClass($classPath)99 || $this->autoloadCoreClass($classPath)121 * @param string $classPath The class name using forward slashes as namespace separators124 protected function autoloadTestMockClass($classPath) argument126 if ($this->prefixStrip($classPath, 'dokuwiki/test/mock/')) {127 $file = DOKU_INC . '_test/mock/' . $classPath . '.php';[all …]