Skip to content

Commit 58eb985

Browse files
Merge branch '6.0' into 6.1
* 6.0: CS fixes Bump Symfony version to 6.0.11 Update VERSION for 6.0.10 Update CHANGELOG for 6.0.10 Bump Symfony version to 5.4.11 Update VERSION for 5.4.10 Update CHANGELOG for 5.4.10 Bump Symfony version to 4.4.44 Update VERSION for 4.4.43 Update CONTRIBUTORS for 4.4.43 Update CHANGELOG for 4.4.43
2 parents baacc99 + 7c3236e commit 58eb985

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/AbstractCrawlerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ public function testAddHtmlContentInvalidBaseTag()
129129
public function testAddHtmlContentCharsetGbk()
130130
{
131131
$crawler = $this->createCrawler();
132-
//gbk encode of <html><p>中文</p></html>
132+
// gbk encode of <html><p>中文</p></html>
133133
$crawler->addHtmlContent($this->getDoctype().base64_decode('PGh0bWw+PHA+1tDOxDwvcD48L2h0bWw+'), 'gbk');
134134

135135
$this->assertEquals('中文', $crawler->filterXPath('//p')->text());

0 commit comments

Comments
 (0)