Home
last modified time | relevance | path

Searched refs:commonPath (Results 1 – 3 of 3) sorted by relevance

/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Node/
H A DBuilder.php25 $commonPath = $this->reducePaths($files);
27 $commonPath,
179 $commonPath = '';
183 $commonPath = dirname($paths[0]) . '/';
188 return $commonPath;
220 $commonPath .= $paths[0][0];
223 $commonPath .= DIRECTORY_SEPARATOR;
242 return substr($commonPath, 0, -1);
/plugin/findologicxmlexport/vendor/phpunit/php-file-iterator/src/
H A DFacade.php26 * @param bool $commonPath
29 …FilesAsArray($paths, $suffixes = '', $prefixes = '', array $exclude = array(), $commonPath = FALSE) argument
59 if ($commonPath) {
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/tests/tests/
H A DBuilderTest.php154 public function testReducePaths($reducedPaths, $commonPath, $paths) argument
166 $this->assertEquals($commonPath, $_commonPath);