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