You are here

public function ExporterTest::testExport in Zircon Profile 8.0

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

@dataProvider exportProvider

File

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

Class

ExporterTest
@covers SebastianBergmann\Exporter\Exporter

Namespace

SebastianBergmann\Exporter

Code

public function testExport($value, $expected) {
  $this
    ->assertStringMatchesFormat($expected, $this
    ->trimNewline($this->exporter
    ->export($value)));
}