Fix unit test example.

This commit is contained in:
Taylor Otwell 2013-05-29 08:58:31 -05:00
parent df3795b8ef
commit 164e2d9651
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!")'));
}
}