Commit c0a26f50 authored by Taylor Otwell's avatar Taylor Otwell

Fix unit test example.

parent b87a78fb
...@@ -12,8 +12,6 @@ class ExampleTest extends TestCase { ...@@ -12,8 +12,6 @@ class ExampleTest extends TestCase {
$crawler = $this->client->request('GET', '/'); $crawler = $this->client->request('GET', '/');
$this->assertTrue($this->client->getResponse()->isOk()); $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