Fix unit test example.
This commit is contained in:
@@ -12,8 +12,6 @@ class ExampleTest extends TestCase {
|
||||
$crawler = $this->client->request('GET', '/');
|
||||
|
||||
$this->assertTrue($this->client->getResponse()->isOk());
|
||||
|
||||
$this->assertCount(1, $crawler->filter('h1:contains("Hello World!")'));
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user