Skip to content
Snippets Groups Projects
  1. Aug 31, 2015
    • Robin McCorkell's avatar
      Allow easy XDEBUG debugging with autotest · f6b1d350
      Robin McCorkell authored
      Debugging scripts needs the environment variable XDEBUG_CONFIG to be
      set, which initiates a connection to a listening debugger. But if that
      env is set and one of the PHP setup steps occurs (e.g. occ install), the
      debugging session is 'completed' and the debugger no longer listens
      during the actual tests. This saves the XDEBUG_CONFIG env so it only
      applies during the PHPUnit execution, so only the real tests trigger the
      debugging.
      f6b1d350
  2. Jul 29, 2015
  3. Jul 16, 2015
  4. Jul 15, 2015
  5. Jul 06, 2015
  6. Jun 24, 2015
  7. Jun 19, 2015
  8. May 15, 2015
  9. May 04, 2015
  10. Apr 10, 2015
  11. Mar 20, 2015
  12. Mar 17, 2015
  13. Mar 11, 2015
  14. Jan 28, 2015
  15. Dec 09, 2014
  16. Nov 13, 2014
  17. Sep 24, 2014
  18. Sep 22, 2014
  19. Sep 12, 2014
  20. Sep 09, 2014
  21. Aug 19, 2014
    • Vincent Petry's avatar
      Restore autotest config on SIGINT or SIGTERM · 6ed174d0
      Vincent Petry authored
      When hitting Ctrl+C to interrupt unit test running, the old
      configuration was not restored properly.
      
      This fix traps the signal to properly restore the configuration after an
      interruption.
      6ed174d0
  22. Apr 07, 2014
  23. Feb 05, 2014
  24. Dec 19, 2013
  25. Nov 04, 2013
  26. Oct 25, 2013
    • Vincent Petry's avatar
      Added syntax help for autotest.sh · 7de1b3f2
      Vincent Petry authored
      autotest.sh now checks for the validity of the db config name argument.
      If the db config name is not known, it show syntax info.
      
      This should save some time to people to understand how to use this
      script. Before this fix, an invalid argument would return a big HTML
      page in the output.
      7de1b3f2
  27. Oct 03, 2013
    • Vincent Petry's avatar
      Added backup for config.php in autotest.sh script · 9cf25c80
      Vincent Petry authored
      The script now checks for config.php existance and backs it up before
      running the test, then restores it back at the end. This avoids the
      situation where devs lose their manually edited config if they forgot to
      back it up before running the unit tests.
      
      The script now also checks for config.php permissions beforehand to
      avoid displaying an annoying HTML page output in the console with an
      error message.
      9cf25c80
  28. Sep 25, 2013
  29. Jul 30, 2013
  30. Jul 19, 2013
  31. Jul 15, 2013
  32. Jul 08, 2013
  33. Jun 28, 2013
Loading