Searched refs:formatFile (Results 1 – 2 of 2) sorted by relevance
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/ |
H A D | Functions.php | 1301 * @param string $formatFile 1305 function assertStringMatchesFormatFile($formatFile, $string, $message = '') argument 1349 * @param string $formatFile 1353 function assertStringNotMatchesFormatFile($formatFile, $string, $message = '') argument
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/ |
H A D | Assert.php | 1742 * @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)
|