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