public function MultipartStreamTest::testCreatesDefaultBoundary in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/guzzlehttp/psr7/tests/MultipartStreamTest.php \GuzzleHttp\Tests\MultipartStreamTest::testCreatesDefaultBoundary()
File
- vendor/
guzzlehttp/ psr7/ tests/ MultipartStreamTest.php, line 9
Class
Namespace
GuzzleHttp\TestsCode
public function testCreatesDefaultBoundary() {
$b = new MultipartStream();
$this
->assertNotEmpty($b
->getBoundary());
}