Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 191eec3 + 36e65f3 commit 0d39e5fCopy full SHA for 0d39e5f
1 file changed
README.md
@@ -73,7 +73,7 @@ class E2eTest extends PantherTestCase
73
$client = static::createPantherClient(); // Your app is automatically started using the built-in web server
74
$crawler = $client->request('GET', '/mypage');
75
76
- $this->assertContains('My Title', $crawler->filter('title')->text()); // You can use any PHPUnit assertion
+ $this->assertContains('My Title', $crawler->filter('title')->html()); // You can use any PHPUnit assertion
77
}
78
79
```
0 commit comments