public function testBindOne_Fail() { $this->setExpectedException('RuntimeException'); $this->object->bindOne('unknown', 'some data'); }