Fix unit test example.
This commit is contained in:
parent
df3795b8ef
commit
164e2d9651
|
@ -12,8 +12,6 @@ public function testBasicExample()
|
|||
$crawler = $this->client->request('GET', '/');
|
||||
|
||||
$this->assertTrue($this->client->getResponse()->isOk());
|
||||
|
||||
$this->assertCount(1, $crawler->filter('h1:contains("Hello World!")'));
|
||||
}
|
||||
|
||||
}
|
Loading…
Reference in New Issue