Fix unit test example.
This commit is contained in:
parent
b87a78fb17
commit
c0a26f50ac
|
@ -12,8 +12,6 @@ public function testBasicExample()
|
||||||
$crawler = $this->client->request('GET', '/');
|
$crawler = $this->client->request('GET', '/');
|
||||||
|
|
||||||
$this->assertTrue($this->client->getResponse()->isOk());
|
$this->assertTrue($this->client->getResponse()->isOk());
|
||||||
|
|
||||||
$this->assertCount(1, $crawler->filter('h1:contains("Hello World!")'));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue