function ScaffoldTest::scaffoldOverridingSettingsExcludingHtaccessValues
File
- 
              core/
tests/ Drupal/ Tests/ Composer/ Plugin/ Scaffold/ Functional/ ScaffoldTest.php, line 203  
Class
- ScaffoldTest
 - Tests Composer Scaffold.
 
Namespace
Drupal\Tests\Composer\Plugin\Scaffold\FunctionalCode
public static function scaffoldOverridingSettingsExcludingHtaccessValues() {
  return [
    [
      'drupal-composer-drupal-project',
      TRUE,
      TRUE,
    ],
    [
      'drupal-drupal',
      FALSE,
      FALSE,
    ],
  ];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.