Issue #2409811 by lauriii, alexpott: Kernel tests should explicitly install themes

8.0.x
Nathaniel Catchpole 2015-01-30 13:53:03 +00:00
parent 8c517bf37f
commit a34f0dbc23
1 changed files with 0 additions and 5 deletions

View File

@ -211,11 +211,6 @@ abstract class KernelTestBase extends TestBase {
if ($modules) {
$this->enableModules($modules);
}
// In order to use theme functions default theme config needs to exist. This
// configuration is not saved because it would fatal due to system module's
// configuration schema not existing. However since the configuration is
// cached in the configuration factory everything works.
$this->config('system.theme')->set('default', 'classy');
// Tests based on this class are entitled to use Drupal's File and
// StreamWrapper APIs.