From c0a26f50ac9ec49fd64ec2ccdb74370ea4235500 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Wed, 29 May 2013 08:59:05 -0500 Subject: [PATCH] Fix unit test example. --- app/tests/ExampleTest.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/tests/ExampleTest.php b/app/tests/ExampleTest.php index 7bebb2ed..ead53e07 100644 --- a/app/tests/ExampleTest.php +++ b/app/tests/ExampleTest.php @@ -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