Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tests for stats listener #99

Merged
merged 34 commits into from
Feb 23, 2024
Merged

Tests for stats listener #99

merged 34 commits into from
Feb 23, 2024

Commits on Feb 21, 2024

  1. Rename class

    psrpinto committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    d882dd1 View commit details
    Browse the repository at this point in the history
  2. Add stats listener test

    psrpinto committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    1558784 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e227a53 View commit details
    Browse the repository at this point in the history
  4. Add event factory

    psrpinto committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    c690a5c View commit details
    Browse the repository at this point in the history
  5. Create translation

    psrpinto committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    3c3f3b2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d05639f View commit details
    Browse the repository at this point in the history
  7. Make tests run locally

    psrpinto committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    15b634b View commit details
    Browse the repository at this point in the history
  8. Explain why tests fail

    psrpinto committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    49af368 View commit details
    Browse the repository at this point in the history
  9. Clone GlotPress in CI

    psrpinto committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    27c3c04 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Make tests run on CI

    psrpinto committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    b186c4f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3808e0f View commit details
    Browse the repository at this point in the history
  3. Declare property

    psrpinto committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    4bf762f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9f6c7da View commit details
    Browse the repository at this point in the history
  5. Create active event

    psrpinto committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    f52ab80 View commit details
    Browse the repository at this point in the history
  6. Set user as attending

    psrpinto committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    e600143 View commit details
    Browse the repository at this point in the history
  7. Create active event

    psrpinto committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    94f48eb View commit details
    Browse the repository at this point in the history
  8. Add test stubs

    psrpinto committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    98ff1fc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0362226 View commit details
    Browse the repository at this point in the history
  10. Add translation factory

    psrpinto committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    c7d3813 View commit details
    Browse the repository at this point in the history
  11. Add function to get stats

    psrpinto committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    803cea0 View commit details
    Browse the repository at this point in the history
  12. Add create_event()

    psrpinto committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    e775447 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a084cda View commit details
    Browse the repository at this point in the history
  14. Test stats values

    psrpinto committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    266c574 View commit details
    Browse the repository at this point in the history
  15. Test with two active events

    psrpinto committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    98a2b8d View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    a61d18a View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    4853685 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    c9bb56b View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    208faa4 View commit details
    Browse the repository at this point in the history
  20. test_stores_action_approve()

    psrpinto committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    d94eeb5 View commit details
    Browse the repository at this point in the history
  21. test_stores_action_reject()

    psrpinto committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    9166594 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    2193fae View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. No need to install GlotPress

    We're calling glotpress/tests/phpunit/includes/loader.php which already installs glotpress.
    psrpinto committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    f86cab8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16b424d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4d6a81e View commit details
    Browse the repository at this point in the history