Improved test name to make it easier to find

This commit is contained in:
Fonata
2019-09-17 08:12:29 +02:00
committed by Fonata
parent 6648dc99d5
commit 67163568ee

View File

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