From 67163568eedce0ad5624344c636698c0f9b4ee14 Mon Sep 17 00:00:00 2001 From: Fonata Date: Tue, 17 Sep 2019 08:12:29 +0200 Subject: [PATCH] Improved test name to make it easier to find --- tests/methods/SaveTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/methods/SaveTest.php b/tests/methods/SaveTest.php index 0964889..c3e75ac 100644 --- a/tests/methods/SaveTest.php +++ b/tests/methods/SaveTest.php @@ -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);