From 91447e881a66e1fe338fb120d2bfa59202b26515 Mon Sep 17 00:00:00 2001 From: WouterJ Date: Mon, 29 Dec 2014 11:04:02 +0100 Subject: [PATCH] Make fabbot happy --- src/Symfony/Component/DomCrawler/Tests/CrawlerTest.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Symfony/Component/DomCrawler/Tests/CrawlerTest.php b/src/Symfony/Component/DomCrawler/Tests/CrawlerTest.php index e263b8edde..ce3bcae11c 100644 --- a/src/Symfony/Component/DomCrawler/Tests/CrawlerTest.php +++ b/src/Symfony/Component/DomCrawler/Tests/CrawlerTest.php @@ -351,8 +351,7 @@ EOF public function testHtml() { $this->assertEquals('Bar', $this->createTestCrawler()->filterXPath('//a[5]')->html()); - $this->assertEquals('' - , trim($this->createTestCrawler()->filterXPath('//form[@id="FooFormId"]')->html())); + $this->assertEquals('', trim($this->createTestCrawler()->filterXPath('//form[@id="FooFormId"]')->html())); try { $this->createTestCrawler()->filterXPath('//ol')->html();