Assert that the given strings are contained in order within the response. This assertion will automatically escape the given strings unless you pass a second argument of false:
false
$response->assertSeeInOrder(array $values, $escaped = true);