/**
  * @test
  */
 public function prettifyTestMethodAfterUseHumanReadableTextFormatConvertCamelCaseToWords()
 {
     $this->fixture->useHumanReadableTextFormat();
     $this->assertSame('Fresh espresso tastes nice', $this->fixture->prettifyTestMethod('freshEspressoTastesNice'));
 }