public function testCamelWithSpaceAfterEachChar()
 {
     $this->assertEqual('MYSTRING', PHPFIT_Fixture::camel(' m y s t r i n g'));
 }