Searched refs:classPath (Results 1 – 3 of 3) sorted by relevance
20 $classPath = explode('_', $className);21 if ($classPath[0] != 'Google') {24 if (count($classPath) > 3) {26 $classPath = array_slice($classPath, 0, 3);28 $filePath = dirname(__FILE__) . '/src/' . implode('/', $classPath) . '.php';
92 var $classPath; variable in PHPUnit_Skeleton130 * @param string $classPath134 …function PHPUnit_Skeleton($className, $classPath, $includeParents = FALSE, $includePrivate = TRUE)… argument136 if (@is_readable($classPath)) {138 $this->classPath = $classPath;140 $this->_handleErrors($classPath . ' is not readable. Cannot create test class.');184 require_once $this->classPath;306 " require_once '" . $this->classPath . "';\n" .
34 function import($classPath) { argument35 $importFile = str_replace(".", "/", $classPath) . ".php";