Ejemplo n.º 1
0
 public function testIsWritableDetached()
 {
     $this->body->detach();
     $this->assertFalse($this->body->isWritable());
 }