'foo-bar', '\ testing 12' => 'testing-12' ); foreach ($words as $in => $out) { $this->assertEquals($out, url_title($in, 'dash', TRUE)); } } // -------------------------------------------------------------------- }