/**
  * @test
  */
 public function md5Works()
 {
     $helper = new StringHelper();
     $result = $helper->md5('joh316');
     $this->assertSame('bacb98acf97e0b6112b1d1b650b84971', $result);
 }