public function testCameliseEmpty()
 {
     $this->assertSame('', EasyRdf_Utils::camelise(''));
 }