Example #1
0
 /**
  *
  */
 function test_arg_null()
 {
     $route = new Request();
     $this->assertEquals(null, $route->arg('foo'));
 }