PhlyTest\Http\UriTest::testEmptyPathOnOriginFormRemainsAnEmptyPath PHP 메소드

testEmptyPathOnOriginFormRemainsAnEmptyPath() 공개 메소드

    public function testEmptyPathOnOriginFormRemainsAnEmptyPath()
    {
        $uri = new Uri('?foo=bar');
        $this->assertEquals('', $uri->getPath());
    }
UriTest