Home
last modified time | relevance | path

Searched refs:assertStringMatchesFormatFile (Results 1 – 9 of 9) sorted by last modified time

/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
H A DFailureTest.php73 $this->assertStringMatchesFormatFile(__DIR__ . '/expectedFileFormat.txt', '...BAR...');
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/tests/tests/
H A DCloverTest.php24 $this->assertStringMatchesFormatFile(
34 $this->assertStringMatchesFormatFile(
44 $this->assertStringMatchesFormatFile(
H A DCrap4jTest.php24 $this->assertStringMatchesFormatFile(
34 $this->assertStringMatchesFormatFile(
44 $this->assertStringMatchesFormatFile(
H A DHTMLTest.php96 $this->assertStringMatchesFormatFile(
H A DTextTest.php24 $this->assertStringMatchesFormatFile(
34 $this->assertStringMatchesFormatFile(
44 $this->assertStringMatchesFormatFile(
H A DXMLTest.php92 $this->assertStringMatchesFormatFile(
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php1746 public static function assertStringMatchesFormatFile($formatFile, $string, $message = '') function in PHPUnit_Framework_Assert
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DAssertTest.php3705 $this->assertStringMatchesFormatFile('not_existing_file', '');
3713 … $this->assertStringMatchesFormatFile($this->filesDirectory . 'expectedFileFormat.txt', null);
3718 … $this->assertStringMatchesFormatFile($this->filesDirectory . 'expectedFileFormat.txt', "FOO\n");
3721 … $this->assertStringMatchesFormatFile($this->filesDirectory . 'expectedFileFormat.txt', "BAR\n");
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/
H A DFunctions.php1305 function assertStringMatchesFormatFile($formatFile, $string, $message = '') function