Exemplo n.º 1
0
 public function testSlugify()
 {
     $hi = ['foo' => 'bar', 'bar' => 'foo'];
     $this->assertEquals('one-two-three-four', \Mwyatt\Core\Helper::slugify(' one! two !three!   four ', '!'));
 }