Home
last modified time | relevance | path

Searched refs:assertStringMatchesFormatFile (Results 1 – 9 of 9) sorted by relevance

/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/tests/tests/
DCloverTest.php24 $this->assertStringMatchesFormatFile(
34 $this->assertStringMatchesFormatFile(
44 $this->assertStringMatchesFormatFile(
DCrap4jTest.php24 $this->assertStringMatchesFormatFile(
34 $this->assertStringMatchesFormatFile(
44 $this->assertStringMatchesFormatFile(
DTextTest.php24 $this->assertStringMatchesFormatFile(
34 $this->assertStringMatchesFormatFile(
44 $this->assertStringMatchesFormatFile(
DXMLTest.php92 $this->assertStringMatchesFormatFile(
DHTMLTest.php96 $this->assertStringMatchesFormatFile(
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
DFailureTest.php73 $this->assertStringMatchesFormatFile(__DIR__ . '/expectedFileFormat.txt', '...BAR...');
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
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/
DFunctions.php1305 function assertStringMatchesFormatFile($formatFile, $string, $message = '') function
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
DAssert.php1746 public static function assertStringMatchesFormatFile($formatFile, $string, $message = '') function in PHPUnit_Framework_Assert