diff --git a/Tests/CrawlerTest.php b/Tests/CrawlerTest.php index 9f3fdb7e..dedc5265 100755 --- a/Tests/CrawlerTest.php +++ b/Tests/CrawlerTest.php @@ -136,7 +136,7 @@ public function testAddHtmlContentWithErrors() $internalErrors = libxml_use_internal_errors(true); $crawler = new Crawler(); - $crawler->addHtmlContent(<<addHtmlContent(<<<'EOF' @@ -177,7 +177,7 @@ public function testAddXmlContentWithErrors() $internalErrors = libxml_use_internal_errors(true); $crawler = new Crawler(); - $crawler->addXmlContent(<<addXmlContent(<<<'EOF' @@ -677,7 +677,7 @@ public function testSelectButton() public function testSelectButtonWithSingleQuotesInNameAttribute() { - $html = << @@ -698,7 +698,7 @@ public function testSelectButtonWithSingleQuotesInNameAttribute() public function testSelectButtonWithDoubleQuotesInNameAttribute() { - $html = << @@ -757,7 +757,7 @@ public function testInvalidLinks() public function testSelectLinkAndLinkFiltered() { - $html = <<