Update ExporterTest::testShortenedExportForMultibyteCharacters() to use trimNewline()

This commit is contained in:
KUBO Atsuhiro 2015-07-30 16:23:06 +09:00 committed by Sebastian Bergmann
parent 7237569678
commit b4a7e5bad0
1 changed files with 1 additions and 1 deletions

View File

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