Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DAssertTest.php3734 $this->assertStringNotMatchesFormatFile('not_existing_file', '');
3742 … $this->assertStringNotMatchesFormatFile($this->filesDirectory . 'expectedFileFormat.txt', null);
3747 …$this->assertStringNotMatchesFormatFile($this->filesDirectory . 'expectedFileFormat.txt', "BAR\n");
3750 …$this->assertStringNotMatchesFormatFile($this->filesDirectory . 'expectedFileFormat.txt', "FOO\n");
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/
H A DFunctions.php1353 function assertStringNotMatchesFormatFile($formatFile, $string, $message = '') function
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php1768 public static function assertStringNotMatchesFormatFile($formatFile, $string, $message = '') function in PHPUnit_Framework_Assert