Daniel@0: request('GET', '/hello/Fabien'); Daniel@0: Daniel@0: $this->assertTrue($crawler->filter('html:contains("Hello Fabien")')->count() > 0); Daniel@0: } Daniel@0: }