weitzman / upal

PHPUnit based test framework for Drupal. Aims to runs all the existing Simpletests without modification.
60 stars 19 forks source link

Breakage when settings.php doesn't initially exist. #4

Closed jhedstrom closed 12 years ago

jhedstrom commented 12 years ago

When settings.php doesn't initially exist, the $database array wasn't properly written to the file, since is_writable("$site/settings.php") returns false. This resulted in subsequent test runs failing.