GuzzleHttp\Tests\Psr7\UriTest::testPathMustHaveCorrectType PHP Method

testPathMustHaveCorrectType() public method

    public function testPathMustHaveCorrectType()
    {
        (new Uri())->withPath([]);
    }
UriTest