From b4a7e5bad06c96b92ad14efc19a00b42f00cd6a4 Mon Sep 17 00:00:00 2001 From: KUBO Atsuhiro Date: Thu, 30 Jul 2015 16:23:06 +0900 Subject: [PATCH] Update ExporterTest::testShortenedExportForMultibyteCharacters() to use trimNewline() --- tests/ExporterTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ExporterTest.php b/tests/ExporterTest.php index 6f805df..b0546f1 100644 --- a/tests/ExporterTest.php +++ b/tests/ExporterTest.php @@ -313,7 +313,7 @@ EOF; try { $this->assertSame( "'いろはにほへとちりぬるをわかよたれそつねならむうゐのおくや...しゑひもせす'", - $this->trimnl($this->exporter->shortenedExport('いろはにほへとちりぬるをわかよたれそつねならむうゐのおくやまけふこえてあさきゆめみしゑひもせす')) + $this->trimNewline($this->exporter->shortenedExport('いろはにほへとちりぬるをわかよたれそつねならむうゐのおくやまけふこえてあさきゆめみしゑひもせす')) ); } catch (\Exception $e) { mb_internal_encoding($oldMbInternalEncoding);