Home
last modified time | relevance | path

Searched refs:actualFilesPath (Results 1 – 2 of 2) sorted by relevance

/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/tests/tests/
H A DXMLTest.php71 * @param string $actualFilesPath
73 private function assertFilesEquals($expectedFilesPath, $actualFilesPath) argument
76 $actualFilesIterator = new \FilesystemIterator($actualFilesPath);
88 $actualFile = $actualFilesPath . DIRECTORY_SEPARATOR . $filename;
H A DHTMLTest.php75 * @param string $actualFilesPath
77 private function assertFilesEquals($expectedFilesPath, $actualFilesPath) argument
80 … $actualFilesIterator = new \RegexIterator(new \FilesystemIterator($actualFilesPath), '/.html/');
92 $actualFile = $actualFilesPath . DIRECTORY_SEPARATOR . $filename;