protected function PatchInfoTest::installTestThemes in PatchInfo 8.2
Installs test themes.
2 calls to PatchInfoTest::installTestThemes()
- PatchInfoTest::testModuleExclusion in tests/
src/ Functional/ PatchInfoTest.php - Tests exclusion of modules from update check.
- PatchInfoTest::testUpdateReport in tests/
src/ Functional/ PatchInfoTest.php - Tests exposure of patch information in update report.
File
- tests/
src/ Functional/ PatchInfoTest.php, line 297
Class
- PatchInfoTest
- Tests functionality of PatchInfo module.
Namespace
Drupal\Tests\patchinfo\FunctionalCode
protected function installTestThemes() {
$this->container
->get('theme_installer')
->install([
'test_theme_composer_source',
'test_theme_info_source',
'test_subtheme_info_source',
'test_theme_mixed_sources',
]);
}