Simplified code - the string content is exactly the same

This commit is contained in:
Fonata
2019-09-17 08:12:53 +02:00
committed by Fonata
parent 67163568ee
commit 11dbbcb40e

View File

@@ -93,7 +93,7 @@ class SaveTest extends TestCase {
public function testEncloseAllWithQuotes() {
$this->csv->enclose_all = true;
$expected = "\"SMS\"\r\"0444\"\r\"5555\"\r";
$expected = '"SMS"\r"0444"\r"5555"\r';
$this->saveAndCompare($expected);
}