Skip to content
Extraits de code Groupes Projets
  1. nov. 28, 2014
  2. nov. 14, 2014
  3. oct. 24, 2014
  4. oct. 13, 2014
  5. oct. 06, 2014
  6. oct. 05, 2014
  7. sept. 28, 2014
  8. sept. 19, 2014
  9. sept. 16, 2014
  10. sept. 10, 2014
  11. juil. 23, 2014
  12. juil. 19, 2014
  13. juil. 10, 2014
  14. juin 10, 2014
  15. avr. 10, 2014
  16. mars 05, 2014
  17. mars 03, 2014
  18. 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
  19. nov. 13, 2013
  20. nov. 01, 2013
  21. oct. 27, 2013
  22. oct. 26, 2013
  23. oct. 15, 2013
  24. oct. 01, 2013
  25. sept. 15, 2013
  26. août 28, 2013
  27. août 02, 2013
  28. juil. 23, 2013
  29. juil. 20, 2013
  30. juil. 06, 2013
  31. juil. 02, 2013
  32. mai 24, 2013
    • mattab's avatar
      Last test · 6e5124c4
      mattab a rédigé
      6e5124c4
    • mattab's avatar
      Refs #3612 · 58c88c1b
      mattab a rédigé
       * making tests pass!
       * enabling DevicesDetection tests, even though DevicesDetection plugin is disabled by default.
      58c88c1b
  33. avr. 20, 2013
    • mattab's avatar
      Fixes #3904: · 35f975ac
      mattab a rédigé
       * new segment 'siteSearchKeyword'
      Fixes #3903, #3905:
       * adding few fields in the Live API output to accomodate getSuggestedValuesForSegment
       * renamed other fields for consistency with segment names
      Fixes #3906:
       * new API: getSuggestedValuesForSegment which returns top suggested values for a particular segment. It uses the Live.getLastVisitsDetails API to fetch the most recently used values, and will show the most used values first
      
       * Adding tests for everything. The test case actually generates data for all segments so that VisitsSummary.get returns some data for each of the 47 segments being tested returns some data.
        How it works:
        * generate extended data in fixture
        * Tests (1) call getSuggestedValuesForSegment for each segment, check there is some data returned for each segment
        * get the first suggested value from the list,
        * Tests (2) call VisitsSummary.get with this segment value, eg. countryCode==ru.
          * I worked this way for all 47 segments until all tests had some data ==> now we know that all segments have been tested and that the auto suggest works for all segments. TDD FTW!
      35f975ac
Chargement en cours