Issue #3363938: Package Manager should ignore default.settings.php and default.services.yml
1 unresolved thread
Merge request reports
Activity
added 1 commit
- ce2af104 - Prove that the updated scaffold files were ignored
added 1 commit
- 44e610d3 - OK, we do not need to do weird grab-ass stuff
309 300 foreach (['default.settings.php', 'default.services.yml'] as $file) { 310 301 $file = $web_root . '/sites/default/' . $file; 311 302 $this->assertFileIsReadable($file); 312 $this->assertStringContainsString("# This is part of Drupal $expected_version.", file_get_contents($file)); 303 $this->assertStringNotContainsString("# This is part of Drupal $expected_version.", file_get_contents($file)); added 15 commits
-
20454467 - 1 commit from branch
project:3.0.x
- 20454467...c7c2e16f - 4 earlier commits
- 628f3803 - Fix bitwise logic
- 2d208bff - Remove array_splice
- cf8f9113 - Explain what I do with the permission bitwise stuff
- 54ce0eac - Some fixes
- 8943a18c - typos
- fa20de6d - explain ourselves
- 6321c10d - sp error
- f6584597 - Prove that the updated scaffold files were ignored
- 61bd0ada - OK, we do not need to do weird grab-ass stuff
- 1da7fb17 - Added a clarification comment
Toggle commit list-
20454467 - 1 commit from branch
Please register or sign in to reply