diff -r 0354584a4d61 -r 06a22ff5d58d Tests/Controller/DefaultControllerTest.php --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Tests/Controller/DefaultControllerTest.php Wed Oct 05 23:51:31 2011 +0200 @@ -0,0 +1,17 @@ +request('GET', '/hello/Fabien'); + + $this->assertTrue($crawler->filter('html:contains("Hello Fabien")')->count() > 0); + } +}