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