- 🇨🇦Canada joelpittet Vancouver
This appears to have been fixed.
Thanks @nevergone and @szeidler for taking a look at this.
PHPUnit's units of code are now namespaced. For instance, PHPUnit_Framework_TestCase is now PHPUnit\Framework\TestCase
https://github.com/sebastianbergmann/phpunit/wiki/Release-Announcement-f...
Fatal error: Class 'PHPUnit_Framework_TestCase' not found in /web/modules/teszt/panels/tests/src/Unit/panels_ipe/RequestHandlerTestBase.php on line 17
FATAL Drupal\Tests\panels\Unit\panels_ipe\RemoveBlockRequestHandlerTest: test runner returned a non-zero error code (255).
Drupal\Tests\panels\Unit\panels_ipe\RemoveBlockRequestHandle 0 passes 1 fails
Fatal error: Class 'PHPUnit_Framework_TestCase' not found in /web/modules/teszt/panels/tests/src/Unit/panels_ipe/RequestHandlerTestBase.php on line 17
Closed: duplicate
4.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
This appears to have been fixed.
Thanks @nevergone and @szeidler for taking a look at this.