From a03d15b5b939e762a7ce81eb307501b81e079138 Mon Sep 17 00:00:00 2001 From: Benjamin Perche Date: Mon, 21 Jul 2014 09:35:35 +0200 Subject: [PATCH] =?UTF-8?q?Add=20special=20condition=20on=20test=20=09modi?= =?UTF-8?q?fi=C3=A9:=20=20=20=20=20=20=20=20=20core/lib/Thelia/Tests/FileF?= =?UTF-8?q?ormat/Formatting/Formatter/CSVFormatterTest.php?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../FileFormat/Formatting/Formatter/CSVFormatterTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/lib/Thelia/Tests/FileFormat/Formatting/Formatter/CSVFormatterTest.php b/core/lib/Thelia/Tests/FileFormat/Formatting/Formatter/CSVFormatterTest.php index fd95c2f25..ccbd2fef6 100644 --- a/core/lib/Thelia/Tests/FileFormat/Formatting/Formatter/CSVFormatterTest.php +++ b/core/lib/Thelia/Tests/FileFormat/Formatting/Formatter/CSVFormatterTest.php @@ -105,7 +105,7 @@ class CSVFormatterTest extends \PHPUnit_Framework_TestCase { $this->formatter->lineReturn = "\n"; $this->formatter->delimiter = ","; - $data = "\"foo\",\"bar\",\"baz\"\n\"1\",\"2\",\"3\"\n\"4\",\"5\",\"6\"\n\"1\",\"2\",\"3\""; + $data = "\"foo\",\"bar\",baz\n\"1\",\"2\",3\n\"4\",5,\"6\"\n\"1\",\"2\",\"3\""; $expected = [ [ @@ -131,4 +131,4 @@ class CSVFormatterTest extends \PHPUnit_Framework_TestCase ); } -} \ No newline at end of file +} \ No newline at end of file