Fix unit test example.

This commit is contained in:
Taylor Otwell 2013-05-29 08:59:05 -05:00
parent b87a78fb17
commit c0a26f50ac
1 changed files with 0 additions and 2 deletions

View File

@ -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!")'));
}
}