assertFileExists($result_gff, "Unable to find resulting GFF3 file."); $this->assertEquals(file_get_contents($gff_file), file_get_contents($result_gff), "GFF files produced did not contain the expected results."); } }