Skip to content
  1. Apr 30, 2014
  2. Apr 28, 2014
  3. Apr 26, 2014
  4. Apr 23, 2014
  5. Apr 22, 2014
  6. Apr 21, 2014
  7. Apr 20, 2014
  8. Apr 19, 2014
  9. Apr 16, 2014
    • Chris Warburton's avatar
      Re-order dependencies for SimpleTest · 35c56678
      Chris Warburton authored
      DrupalWebTestCase::setUp activates a profile's dependencies via
      module_enable($profile_details['dependencies'], FALSE);
      
      The "FALSE" means that only the specified modules will be enabled, and
      only in the specified order. Since $profile_details['dependencies']
      comes straight from the profile's .info file, that file needs to be
      complete and in a valid order.
      
      This change ensures that.
      35c56678
  10. Apr 13, 2014
  11. Apr 12, 2014
  12. Apr 02, 2014