We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7a48ee commit 077c0acCopy full SHA for 077c0ac
README.md
@@ -56,7 +56,7 @@ HttpKernelInterface, such as `Symfony\Component\HttpKernel\Client`.
56
$kernel = new CgiHttpKernel(__DIR__.'/../phpBB');
57
$client = new Client($kernel);
58
59
- $crawler = $client->request('GET', 'index.php');
+ $crawler = $client->request('GET', '/index.php');
60
$this->assertGreaterThan(0, $crawler->filter('.topiclist')->count());
61
62
## Is it really a lie?
0 commit comments