Automatically closed - issue fixed for 2 weeks with no activity.
The tests are failing in the dev branch
Errors:
1) Drupal\Tests\fontyourface\Functional\FontYourFaceFontDisplayTest::testFontNotDisplayed
Error: Call to undefined method Drupal\Core\Extension\ThemeHandler::install()
/app/web/modules/contrib/fontyourface/tests/src/Functional/FontYourFaceFontDisplayTest.php:46
/app/vendor/phpunit/phpunit/src/Framework/TestResult.php:728
2) Drupal\Tests\fontyourface\Functional\FontYourFaceFontDisplayTest::testFontDisplayedViaFontDisplayRule
Error: Call to undefined method Drupal\Core\Extension\ThemeHandler::install()
/app/web/modules/contrib/fontyourface/tests/src/Functional/FontYourFaceFontDisplayTest.php:46
/app/vendor/phpunit/phpunit/src/Framework/TestResult.php:728
Run tests
Change the \Drupal::service('theme_handler')
in the setup to \Drupal::service('theme_installer')
Fixed
3.0
Code (general)
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Automatically closed - issue fixed for 2 weeks with no activity.