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 91This will not impact a Drupal 10 compatible release as all other code in the dev branch now passes tests for D10 compatibility.
Comments
Comment #2
shelaneComment #4
shelaneOnce I got the dependencies worked out, tests were updated.