ensureKernelShutdown(); $client = static::createClient(); // Request a specific page $crawler = $client->request('GET', '/'); // Validate a successful response and some content $this->assertResponseIsSuccessful(); $this->assertSelectorTextContains('h1', 'Hello World'); });