Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/tests/tests/
H A DXMLTest.php40 …$expectedFilesPath = self::$TEST_REPORT_PATH_SOURCE . DIRECTORY_SEPARATOR . 'CoverageForBankAccoun…
45 $this->assertFilesEquals($expectedFilesPath, self::$TEST_TMP_PATH);
50 …$expectedFilesPath = self::$TEST_REPORT_PATH_SOURCE . DIRECTORY_SEPARATOR . 'CoverageForFileWithIg…
55 $this->assertFilesEquals($expectedFilesPath, self::$TEST_TMP_PATH);
60 $expectedFilesPath =
66 $this->assertFilesEquals($expectedFilesPath, self::$TEST_TMP_PATH);
70 * @param string $expectedFilesPath
73 private function assertFilesEquals($expectedFilesPath, $actualFilesPath) argument
75 $expectedFilesIterator = new \FilesystemIterator($expectedFilesPath);
H A DHTMLTest.php44 …$expectedFilesPath = self::$TEST_REPORT_PATH_SOURCE . DIRECTORY_SEPARATOR . 'CoverageForBankAccoun…
49 $this->assertFilesEquals($expectedFilesPath, self::$TEST_TMP_PATH);
54 …$expectedFilesPath = self::$TEST_REPORT_PATH_SOURCE . DIRECTORY_SEPARATOR . 'CoverageForFileWithIg…
59 $this->assertFilesEquals($expectedFilesPath, self::$TEST_TMP_PATH);
64 $expectedFilesPath =
70 $this->assertFilesEquals($expectedFilesPath, self::$TEST_TMP_PATH);
74 * @param string $expectedFilesPath
77 private function assertFilesEquals($expectedFilesPath, $actualFilesPath) argument
79 $expectedFilesIterator = new \FilesystemIterator($expectedFilesPath);