- heddn Nicaragua
This is no longer a concern as it got solved in the D10 compat issue.
When running tests with phpunit the error
PHP Fatal error: Declaration of Drupal\Tests\views_field_view\Functional\ViewFieldUITest::setUp($import_test_views = true) must be compatible with Drupal\Tests\views_ui\Functional\UITestBase::setUp($import_test_views = true, $modules = [...]) in /Users/krugs/IdeaProjects/empiriecom_profile/modules/views_field_view/tests/src/Functional/ViewFieldUITest.php on line 46
occurs
run './vendor/bin/phpunit --group views_field_view' with d9.4 and this module installed
Change signature of method setUp according to parent class UITestBase
Closed: outdated
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
This is no longer a concern as it got solved in the D10 compat issue.