Skip to content

Commit c0a26f5

Browse files
committed
Fix unit test example.
1 parent b87a78f commit c0a26f5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/tests/ExampleTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ public function testBasicExample()
1212
$crawler = $this->client->request('GET', '/');
1313

1414
$this->assertTrue($this->client->getResponse()->isOk());
15-
16-
$this->assertCount(1, $crawler->filter('h1:contains("Hello World!")'));
1715
}
1816

1917
}

0 commit comments

Comments
 (0)