only in patch2: unchanged: --- a/core/modules/system/src/Tests/Installer/InstallerTranslationTest.php +++ b/core/modules/system/src/Tests/Installer/InstallerTranslationTest.php @@ -59,7 +59,7 @@ public function testInstaller() { $edit = array('preprocess_css' => FALSE); $this->drupalPostForm('admin/config/development/performance', $edit, t('Save configuration')); $this->drupalGet(''); - $this->assertRaw('stark/css/layout.css'); + $this->assertRaw('classy/css/layout.css'); } }