diff --git a/src/SmokerTestCase.php b/src/SmokerTestCase.php index 1010af6..34b70ec 100644 --- a/src/SmokerTestCase.php +++ b/src/SmokerTestCase.php @@ -51,6 +51,8 @@ public function smokeTest($data) foreach ($links as $link) { $uri = $link->getUri(); + $fragment = parse_url($uri, PHP_URL_FRAGMENT); + $uri = str_replace('#' . $fragment, '', $uri); if ($this->hasReachedDiscoveryLimit($discovery)) { return;