You are here

public function ExporterTest::testShortenedExport in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/sebastian/exporter/tests/ExporterTest.php \SebastianBergmann\Exporter\ExporterTest::testShortenedExport()

@dataProvider shortenedExportProvider

File

vendor/sebastian/exporter/tests/ExporterTest.php, line 295

Class

ExporterTest
@covers SebastianBergmann\Exporter\Exporter

Namespace

SebastianBergmann\Exporter

Code

public function testShortenedExport($value, $expected) {
  $this
    ->assertSame($expected, $this
    ->trimNewline($this->exporter
    ->shortenedExport($value)));
}