From bbdd516e632a461cd7cda87c9c5a9fc0b6e81be7 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Fri, 10 May 2013 17:43:46 +0200 Subject: [PATCH] [DomCrawler] fixed tests for previous merge --- src/Symfony/Component/DomCrawler/Tests/CrawlerTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Symfony/Component/DomCrawler/Tests/CrawlerTest.php b/src/Symfony/Component/DomCrawler/Tests/CrawlerTest.php index 8dcdce9d30..5f3648acbd 100644 --- a/src/Symfony/Component/DomCrawler/Tests/CrawlerTest.php +++ b/src/Symfony/Component/DomCrawler/Tests/CrawlerTest.php @@ -330,8 +330,8 @@ EOF public function testHtml() { - $this->assertEquals('Bar', $this->createTestCrawler()->filterXPath('//a[5]')->html()); - $this->assertEquals('' , trim($this->createTestCrawler()->filterXPath('//form[@id="FooFormId"]')->html())); try {