Ejemplo n.º 1
0
 public function testSegments()
 {
     $uri = Uri::segments();
     $this->assertInternalType('array', $uri);
 }