add errors in labels

This commit is contained in:
2013-11-26 22:56:30 +01:00
parent a098c921b7
commit 1a669de6a1
2 changed files with 22 additions and 9 deletions

View File

@@ -8,10 +8,6 @@ class DefaultControllerTest extends WebTestCase
{
public function testIndex()
{
$client = static::createClient();
$crawler = $client->request('GET', '/hello/Fabien');
$this->assertTrue($crawler->filter('html:contains("Hello Fabien")')->count() > 0);
}
}