public function testSubscriptCharacters() { $post = new Post(['title' => 'RDA-125-15/30/45m³/h CAV']); $post->save(); $this->assertEquals('rda-125-15-30-45m3-h-cav', $post->slug); }