From d120e57684e1ec1272d090c2fe97afa4c8415af7 Mon Sep 17 00:00:00 2001 From: Benjamin Perche Date: Fri, 4 Jul 2014 14:49:35 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20Test=20=09modifi=C3=A9:=20=20=20=20=20=20?= =?UTF-8?q?=20=20=20core/lib/Thelia/Tests/FileFormat/Archive/ArchiveBuilde?= =?UTF-8?q?r/ZipArchiveBuilderTest.php?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../FileFormat/Archive/ArchiveBuilder/ZipArchiveBuilderTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/lib/Thelia/Tests/FileFormat/Archive/ArchiveBuilder/ZipArchiveBuilderTest.php b/core/lib/Thelia/Tests/FileFormat/Archive/ArchiveBuilder/ZipArchiveBuilderTest.php index c3b039bd4..450af71b2 100644 --- a/core/lib/Thelia/Tests/FileFormat/Archive/ArchiveBuilder/ZipArchiveBuilderTest.php +++ b/core/lib/Thelia/Tests/FileFormat/Archive/ArchiveBuilder/ZipArchiveBuilderTest.php @@ -325,7 +325,7 @@ class ZipArchiveBuilderTest extends \PHPUnit_Framework_TestCase public function testBuildArchiveResponse() { $loadedArchiveResponse = $this->loadedZip - ->buildArchiveResponse() + ->buildArchiveResponse("test") ; $loadedArchiveResponseContent = $loadedArchiveResponse->getContent();