- Issue created by @azovsky
- ๐บ๐ธUnited States moshe weitzman Boston, MA
Do we still need to call mutateBase? Maybe this code can be removed.
- ๐ฎ๐ณIndia zartab farooquee
The issue arises because the old namespace path (PhpUnit8) is no longer valid. By replacing it with the general ClassWriter path, the error can be resolved, ensuring the code is compatible with newer versions of PHPUnit or Drupalโs testing tools
We need to replace old namespace use Drupal\TestTools\PhpUnitCompatibility\PhpUnit8\ClassWriter; to new namespace use Drupal\TestTools\PhpUnitCompatibility\ClassWriter;
- ๐บ๐ธUnited States moshe weitzman Boston, MA
Did you read my comment? We dont need to replace a use statement if its code is no longer needed.
Automatically closed - issue fixed for 2 weeks with no activity.