public function ExporterTest::testExport in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/sebastian/exporter/tests/ExporterTest.php \SebastianBergmann\Exporter\ExporterTest::testExport()
@dataProvider exportProvider
File
- vendor/
sebastian/ exporter/ tests/ ExporterTest.php, line 175
Class
Namespace
SebastianBergmann\ExporterCode
public function testExport($value, $expected) {
$this
->assertStringMatchesFormat($expected, $this
->trimNewline($this->exporter
->export($value)));
}