client->get('/'); $this->assertEquals(200, $response->getStatusCode()); $this->assertStringContainsString('Incoviba', $response->getBody()->getContents()); } }