Searched refs:assertStringNotMatchesFormatFile (Results 1 – 3 of 3) sorted by relevance
3734 $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");
1353 function assertStringNotMatchesFormatFile($formatFile, $string, $message = '') function
1768 public static function assertStringNotMatchesFormatFile($formatFile, $string, $message = '') function in PHPUnit_Framework_Assert