/** * */ function test_path() { $request = new Request([Arg::URI => [Arg::PATH => 'foo']]); $this->assertEquals('foo', $request->path()); }