public function ExporterTest::testNonBinaryStringExport in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/sebastian/exporter/tests/ExporterTest.php \SebastianBergmann\Exporter\ExporterTest::testNonBinaryStringExport()
@dataProvider provideNonBinaryMultibyteStrings
File
- vendor/
sebastian/ exporter/ tests/ ExporterTest.php, line 316
Class
Namespace
SebastianBergmann\ExporterCode
public function testNonBinaryStringExport($value, $expectedLength) {
$this
->assertRegExp("~'.{{$expectedLength}}'\$~s", $this->exporter
->export($value));
}