Home
last modified time | relevance | path

Searched refs:formatFile (Results 1 – 2 of 2) sorted by last modified time

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php1742 * @param string $formatFile
1746 public static function assertStringMatchesFormatFile($formatFile, $string, $message = '') argument
1748 static::assertFileExists($formatFile, $message);
1755 file_get_contents($formatFile)
1764 * @param string $formatFile
1768 public static function assertStringNotMatchesFormatFile($formatFile, $string, $message = '') argument
1770 static::assertFileExists($formatFile, $message);
1778 file_get_contents($formatFile)
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/
H A DFunctions.php1301 * @param string $formatFile
1305 function assertStringMatchesFormatFile($formatFile, $string, $message = '') argument
1349 * @param string $formatFile
1353 function assertStringNotMatchesFormatFile($formatFile, $string, $message = '') argument