Commit 164e2d96 authored by Taylor Otwell's avatar Taylor Otwell

Fix unit test example.

parent df3795b8
......@@ -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!")'));
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment