request('GET', '/'); $this->assertStringContainsString('Hello World', $crawler->filter('h1')->text()); } }