Searched refs:assertStringMatchesFormatFile (Results 1 – 9 of 9) sorted by relevance
24 $this->assertStringMatchesFormatFile(34 $this->assertStringMatchesFormatFile(44 $this->assertStringMatchesFormatFile(
92 $this->assertStringMatchesFormatFile(
96 $this->assertStringMatchesFormatFile(
73 $this->assertStringMatchesFormatFile(__DIR__ . '/expectedFileFormat.txt', '...BAR...');
3705 $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");
1305 function assertStringMatchesFormatFile($formatFile, $string, $message = '') function
1746 public static function assertStringMatchesFormatFile($formatFile, $string, $message = '') function in PHPUnit_Framework_Assert