/** * Tests the getPath() method. * * @depends testCreateFromPath * * @covers ::getPath() */ public function testGetPath(Url $url) { $this->assertNotNull($url->getPath()); }