Browse Source

Fix unit test example.

Taylor Otwell 11 years ago
parent
commit
164e2d9651
1 changed files with 0 additions and 2 deletions
  1. 0 2
      app/tests/ExampleTest.php

+ 0 - 2
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!")'));
 	}
 
 }