isWritable() public method

public isWritable ( )
Exemplo n.º 1
0
 public function testIsNotWritable()
 {
     $b = new MultipartStream();
     $this->assertFalse($b->isWritable());
 }