public function testBind_Fail()
 {
     $this->setExpectedException('RuntimeException');
     $this->object->bind(array('unknown' => 'cannot bind private'));
 }