Skip to content
Extraits de code Groupes Projets
  1. juin 09, 2017
    • Benaka's avatar
      Fixes to some local testing issues (#11760) · e1dd7122
      Benaka a rédigé
      * Fixing travis-ci/local inconsistencies in AutoSuggestAPITest.php. (userAgent was not correctly set in fixture)
      
      * In CliMulti, ignore zombie processes when parsing ps output.
      
      * Set URL of tracker in ThreeVisitsWithCustomEvents fixture, so test does not depend on _SERVER["HTTP_HOST"] which in turn depends on dynamic INI config value.
      
      * PHPUnit tests should not refer to each other, otherwise the PSR autoloader will be used, and PHPUnit will not load the file itself (resulting in the test not being run).
      
      * Update OneVisitorTwoVisitsTest expected files.
      
      * URL encode attribution date time in fixture since the tracker will not do it itself.
      e1dd7122
  2. oct. 06, 2015
  3. sept. 11, 2015
  4. juin 03, 2015
  5. mai 10, 2015
  6. avr. 21, 2015
  7. déc. 18, 2014
  8. nov. 13, 2014
    • Thomas Steur's avatar
      refs #6617 if process or output size is too large, declare it as finished · 320b0f19
      Thomas Steur a rédigé
      Declares a process as finished as soon as a PID file is > 500bytes
      (contains only PID) and output file is > 100MB (which should usually
      not be larger than 100KB or 1MB) to prevent files growing up to many
      GBs. I added unit and integration tests for the file size detection. It is
      now possible to mock the methods file_exists and filesize although very
      simple so far. Later we can allow to define callbacks or to define different
      return values for different files or we can use something like vfsStream
      320b0f19
  9. oct. 29, 2014
  10. oct. 20, 2014
  11. oct. 13, 2014
  12. oct. 10, 2014
  13. oct. 06, 2014
  14. oct. 05, 2014
  15. juil. 10, 2014
  16. juil. 09, 2014
  17. juin 10, 2014
  18. mai 09, 2014
  19. avr. 23, 2014
  20. avr. 09, 2014
  21. mars 17, 2014
  22. fév. 20, 2014
    • diosmosis's avatar
      Refactoring testing framework: · 612720f6
      diosmosis a rédigé
      - Rename *_BaseFixture to Fixture.
      - Move DB setup code to Fixture and reuse code in DatabaseTestCase.
      - Make IntegrationTestCase::$defaultApiNotToCall an instance var.
      612720f6
  23. fév. 18, 2014
  24. fév. 17, 2014
  25. fév. 16, 2014
  26. fév. 12, 2014
  27. fév. 11, 2014
Chargement en cours