Problem/Motivation

The functional tests contain deprecated code and Upgrade Status reports "Class PHPUnit\Framework\TestCase not found" in two instances. This was a result of phpunit not being installed. Once installed, there are new errors:

PHP Fatal error:  Trait "Symfony\Bridge\PhpUnit\Legacy\PolyfillAssertTrait" not found in /var/www/docroot/sites/simpletest/Assert.php on line 91

Fatal error: Trait "Symfony\Bridge\PhpUnit\Legacy\PolyfillAssertTrait" not found in /var/www/docroot/sites/simpletest/Assert.php on line 91

This will not impact a Drupal 10 compatible release as all other code in the dev branch now passes tests for D10 compatibility.

Comments

shelane created an issue. See original summary.

shelane’s picture

Issue summary: View changes

  • shelane committed 1a8950d on 8.x-1.x
    Issue #3277758 by shelane: Update Functional Tests
    
shelane’s picture

Status: Active » Fixed

Once I got the dependencies worked out, tests were updated.

Status: Fixed » Closed (fixed)

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