示例#1
0
 /**
  * Test that there will be no exception if we try to set an unknown attribute.
  */
 public function testUnknownAttributeDoesNotProduceAnError()
 {
     $writer = new Writer($this->connection, $this->pool);
     $writer->setAttribute('unknown_attribute', 12);
 }