Searched refs:classPath (Results 1 – 1 of 1) sorted by relevance
96 $classPath = str_replace('\\', '/', $className);99 || $this->autoloadTestMockClass($classPath)100 || $this->autoloadTestClass($classPath)101 || $this->autoloadPluginClass($classPath)102 || $this->autoloadTemplateClass($classPath)103 || $this->autoloadCoreClass($classPath)125 * @param string $classPath The class name using forward slashes as namespace separators128 protected function autoloadTestMockClass($classPath) argument130 if ($this->prefixStrip($classPath, 'dokuwiki/test/mock/')) {131 $file = DOKU_INC . '_test/mock/' . $classPath . '.php';[all …]