Problem/Motivation

ViewRenderTest makes no HTTP request but is a functional test.

Proposed resolution

Convert ViewRenderTest into a Kernel test.

Remaining tasks

None.

User interface changes

None.

API changes

None.

Data model changes

None.

Release notes snippet

N/A

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

claudiu.cristea created an issue. See original summary.

claudiu.cristea’s picture

Status: Active » Needs review
FileSize
1.58 KB

Patch.

claudiu.cristea’s picture

amateescu’s picture

+++ b/core/modules/views/tests/src/Kernel/ViewRenderTest.php
@@ -2,6 +2,7 @@
 namespace Drupal\Tests\views\Functional;

Forgot to update the namespace :)

Manuel Garcia’s picture

amateescu’s picture

Status: Needs review » Reviewed & tested by the community

Looks good!

The last submitted patch, 2: 3041727-2.patch, failed testing. View results

alexpott’s picture

Status: Reviewed & tested by the community » Fixed

Committed and pushed 9e5e613d42 to 8.8.x and 271932a321 to 8.7.x. Thanks!

As a test only change backported to 8.7.x - I discussed backporting test-only changes with @catch (as a release manager).

  • alexpott committed 9e5e613 on 8.8.x
    Issue #3041727 by Manuel Garcia, claudiu.cristea, amateescu: Convert...

  • alexpott committed 271932a on 8.7.x
    Issue #3041727 by Manuel Garcia, claudiu.cristea, amateescu: Convert...
alexpott’s picture

Version: 8.8.x-dev » 8.7.x-dev

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.