Example #1
0
 public function testSanitizeRoutePHP()
 {
     $this->assertEquals(Router::sanitizeRoute('work.php'), 'work');
 }