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);